Symfony2: Checking Coding Standards
Note: the coding standards used by Symfony2 have changed since this post was written, you can read more about this in my post Symfony2: Coding Standards »
Note: the coding standards used by Symfony2 have changed since this post was written, you can read more about this in my post Symfony2: Coding Standards »
When you start learning Symfony2 [http://symfony.com] using the book [http://symfony.com/doc/2.0/book/], you are introduced to the base controller [http: »
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 »