Mam problem z __PHP_Incomplete_Class w Doctrine 2.
Patrzyłem na stronę: Entites in the Session ale nic z tych 2 rzeczy nie wychodzi.
Chcę uzyskać taki wynik
object(User\Entity\User\Partner)[270] public 'ref' => int 1 protected 'id' => int 1 protected '_role' => null public 'email' => string 'asd@asd.pl' (length=10) public 'password' => string '98c1bff212afd992c28d3e2c5f9ef70e' (length=32) public 'personalDetails' => int 2 public 'activationCode' => null public 'isActive' => boolean true protected '_personalDetails' => null
A cały czas dostaję:
object(__PHP_Incomplete_Class)[9] public '__PHP_Incomplete_Class_Name' => string 'User\Entity\User\Partner' (length=24) public 'ref' => int 1 protected 'id' => int 1 protected '_role' => null public 'email' => string 'asd@asd.pl' (length=10) public 'password' => string '98c1bff212afd992c28d3e2c5f9ef70e' (length=32) public 'personalDetails' => int 2 public 'activationCode' => null public 'isActive' => boolean true protected '_personalDetails' => null
Nie mogę sobie z tym poradzić.
Ma ktoś jakieś dobre rozwiązanie tego problemu ?