In Defence of Dependency Injection Containers
There has been some criticism recently of the use of Dependency Injection Containers (DICs) with a lot of people saying that DI != DICs. For example see »
There has been some criticism recently of the use of Dependency Injection Containers (DICs) with a lot of people saying that DI != DICs. For example see »
In this post I will look at how to write a more sophisticated Dependency Injection Extension for your Symfony2 [http://symfony.com] bundles. Bundle Level Config »
Symfony2 [http://symfony.com] uses Assetic [https://github.com/kriswallsmith/assetic] as its asset manager, it provides many excellent filters for processing CSS, JavaScript and Image »
Introduction Dependency Injection (DI) is finally starting to take off in a big way in PHP. Whilst there have been projects such as Phemto [http://phemto. »
In this post I will go through removing directly created dependencies from a Symfony2 [http://symfony.com] controller and instead injecting them using The Dependency Injection »