[symfony-users] Re: doctrine & schema.yml

2010-02-13 Thread ScherlOMatic
Hey Maxime! First I have to say to you that doing relations with symfony and doctrine is a little bit tricky. Unfortunately there is just one nice tutorial which I can recommend: http://www.symfony-project.org/more-with-symfony/1_4/en/06-Advanced-Forms Another good hint is reading the doctrine d

[symfony-users] Re: Doctrine schema.yml and generated database

2009-07-08 Thread Jérome Vandenende
Thank you David! I tried to removed doctrines dir and simplify my schema.yml and then... I saw my error... My schema.yml was incorrect (wrong relations between tables). Well, sorry, was my bad... On Wed, Jul 8, 2009 at 12:30 PM, David wrote: > > Hi, > > I have the same problem a couple of we

[symfony-users] Re: Doctrine schema.yml and generated database

2009-07-08 Thread David
Hi, I have the same problem a couple of weeks ago and the solution is to check (and empty) the doctrines dirs inside the lib directory ! I hope it helps ! Regards David On Jul 8, 11:10 am, Jérome Vandenende wrote: > Hello, > > I have a silly question: Why doesn't doctrine read my schema.yml?