Many to many relations are one of the mostly used relations in the relational database. It took a while for me to figure how to properly configure this relation in Symfony Doctrine. I am sharing this so it might be useful for someone. Used very simple example students and course. A student can opt for… Continue reading Symfony Doctrine Many to Many Relationship (ManyToMany)
Tag: doctrine
ORM Designer 2 – Why do you need it?
For sometime now I have been busy working with Symfony 2. The more I work with this framework the more I am falling in love with it. There are so many features for which I love Symfony. One such is tight integration with Doctrine ORM. Symfony comes with set of command line tools which helps… Continue reading ORM Designer 2 – Why do you need it?