Re: [symfony-users] Symfony ORM - Bi-Directional ManyToOne

2010-11-30 Thread Justen Doherty
Hi Leevi, Im a big fan of your Expression Engine work- this is more of a Doctrine issue as relationships are defined in either the schema.yml or directly in the database and schema generated from that.. i havent used symfony 2 either so i cant really help you out On Sun, Nov 21, 2010 at 4:35 AM,

[symfony-users] Symfony ORM - Bi-Directional ManyToOne

2010-11-27 Thread Leevi Graham
Not sure if I should have posted this in the Doctrine group but it does relate to Symfony2 code. I'm trying to create a bi-directional ManyToOne and OneToMany relationship between Trackers and Tickets. * A Ticket belongs to a Tracker * A Tracker can have many Tickets Should be pretty straight