Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/10/2012, 13:04
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 4 meses
Puntos: 845
Respuesta: Descripción concatenada en combo Symfony2

Simplemente tienes que concatenar en el toString,

Código PHP:
Ver original
  1. public function __toString()
  2. {
  3.     return $this->getName() . ' ' .  $this->getSurname();
  4. }
__________________
http://es.phptherightway.com/
thats us riders :)