Symfony 2: Why You Should Move Your Logic into a Service
In typical MVC applications, people end up storing business logic into either the controller or the model layer. The problem
Read MoreHitting Where It Hurts and Making the Universe Like It
Hitting Where It Hurts and Making the Universe Like It
In typical MVC applications, people end up storing business logic into either the controller or the model layer. The problem
Read MoreI spent almost the entire day going through the low level code of Symfony 2 trying to determine a really
Read MoreSurprisingly, a lot of PHP code that I see in the industry rarely makes use of the ideas of references.
Read MoreI found an interesting undocumented consequence when you override the _renderItem function with one of your own. Most people might
Read MoreOne of the things I’m developing a love for with Symfony 2 is how Doctrine, forms and Twig work together
Read MoreA friend of mine was talking about giving oDesk a shot for contracting/freelancing. Since I’m looking for various possibilities in
Read MoreThe examples over on the Symfony 2 site regarding building a security system, while decent, are somewhat incomplete and a
Read MoreWhile creating a phpunit test against a form for Symfony 2, I encountered an interesting problem that made little sense
Read MoreFrom what I can tell, the Symfony 2 cookbook does not have a decent example for handling entity validations and
Read MoreBack in high school, one of my stricter English instructors forced us to keep a daily log to get us
Read More