Archive for February, 2012

Symfony2: Manipulating Service Parameters and Definitions

In my previous post I looked at Symfony2 Service Container Compiler Passes, in this post I will look at how to manipulate service container parameters and definitions from within a compiler pass. So the important method of the compiler pass which gets called when the container is being built is the process method which looks [...]

Symfony2: Service Container Compiler Passes

In this post I am going to look at compiler passes. This is not something that you will often need to worry about when making an app with Symfony2. They do come in useful for some needs though and in particular for releasable bundles. What are Compiler Passes The lifecycle of Symfony2 service container is [...]

Subscribe to RSS Feed Follow me on Twitter!