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 »
Just a quick post with a few notes on Assetic [https://github.com/kriswallsmith/assetic]. These are mainly on topics people have been searching for when »
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] for asset management, I have previously written about its use for JavaScript and CSS files »
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 »