As I said in my previous post, I would tell more about why I switched to Doctrine. I mainly started to think about the idea when I first heard that we were going to start a new project in Symfony at work. The lead developer decided to go for Doctrine ORM instead of Propel. So … Continue reading Why I switched to Doctrine
Tag: php
This weekend, I decided to give Doctrine a shot. Since Propel is the default ORM layer, I never really looked at Doctrine before. But reading on the subject got me interested. Luckily their is already a nice Doctrine plugin available for Symfony, so the switch went smooth, without any problems. I have to admit, that … Continue reading Switching to Doctrine