Re: [symfony-users] ORM tutorials

2011-05-11 Thread Mark Badolato
Foo.php wrote: > Hi guys, I need a ORM tutorial. I'm coded some ORM. But when I run > app/ > console doctrine:schema:create command relation between tables does > not generated automatically / doesn't generate primary and  foriegn > key columns/. Please help me I need a very simple /one to one >

Re: [symfony-users] ORM tutorials

2011-05-11 Thread Marco Pivetta
Well, did you try with http://www.doctrine-project.org/docs/orm/2.0/en/tutorials/getting-started-xml-edition.html? Marco Pivetta @Ocramius http://marco-pivetta.com On 10 May 2011 09:00, user123 wrote: > Hi guys, I need a ORM tutorial. I'm coded some ORM. But when