Symfony2: Trimming Fat from Controllers
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 that are part of the standard distribution and some…
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 that are part of the standard distribution and some…
Over a short series of posts I am going to have a look at using elasticsearch with Symfony2. Elasticsearch is built on top of Lucene and indexes data as JSON documents in a similar way…