Re: [symfony-users] Symfony-2 Doctrine: Generateing realtions from annotaion

2011-06-22 Thread Kein
I forget how, but i solve problem after many attemps. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email t

Re: [symfony-users] Symfony-2 Doctrine: Generateing realtions from annotaion

2011-06-22 Thread Kein
Yes, am trying to "generate:entites" - but it has no effect. Interesting that files entities/Products.php entites/Category.php was modifed with any "generate:entites" - but it's has no effect and i can't see any setter|getter for relation -- If you want to report a vulnerability issue on symfo

[symfony-users] Symfony-2 Doctrine: Generateing realtions from annotaion

2011-06-21 Thread Kein
Im using this tutorial . But command "*php app/console doctrine:schema:update --force*" not generate setter and getter for Acme\StoreBundle\Entity\Product And i recive error "*Fatal error*: Call to undefined method Acme\S