Symfony2: Yet more on that Twig Extension
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 »
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 »
In this post I am going to look at some techniques for cleaning up Symfony2 controller actions. Some of this by using some of the extras »
There is quite a lot of documentation, blog posts etc out there on writing console commands for Symfony2. Here though I am going to look at »