Wednesday, August 25, 2010

Symfony and MVC - follow up

My previous post caused a little bit of confusion so I decided to write this short follow up before I find some more time to provide you with an example explaining my approach. In this post I'll clarify some of my previous statements about separating your models from ORM generated classes.

Saturday, August 21, 2010

Symfony and MVC - a little rant about

So symfony is a MVC based framework. True. It provides all you need to build MVC applications. True. Symfony users build MVC applications. Unfortunately - usually not true. And I think it's mostly symfony's team fault. I'll explain it later in this post.