Avoiding Setter Injection
A while ago I had a twitter discussion with Igor Wiedler and Matthias Noback about setter injected dependencies being mutable. When using objects as services in »
A while ago I had a twitter discussion with Igor Wiedler and Matthias Noback about setter injected dependencies being mutable. When using objects as services in »
In my previous post on separating bundles from libraries in Symfony2 applications I said I would follow this up with more details. I have yet to »
In my last post I looked at the end at creating a Twig extension that would return the template to extend in order to pull the »
This post is a few notes to follow up on some of the responses to my previous post on reusing inner Twig templates for full page »
A quick look at one way to use the same controller action and Twig template (or just template) for displaying a full page and also just »