Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/07/2012, 09:47
Fastigos
 
Fecha de Ingreso: enero-2012
Mensajes: 5
Antigüedad: 12 años, 10 meses
Puntos: 0
Respuesta: Problemas con la herencia de Symfony2 i doctrine

si, en principio lo tengo así:

Código:
 public function __construct() {
        $this->As = new \Doctrine\Common\Collections\ArrayCollection();
    }
Debo inicializarla de otra forma?