Symfony2: Doctrine Migrations and ACL tables
Edit: This is an issue with Symfony 2.0.x and looks to have been resolved for 2.1, please see Denderello's comment below for more »
Edit: This is an issue with Symfony 2.0.x and looks to have been resolved for 2.1, please see Denderello's comment below for more »
I have been looking at functional testing using Behat and Mink and their associated Symfony2 bundles. Having used Selenium for this sort of testing in the »
One issue many people have with Dependency Injection is the way you can no longer jump to an implementation of a dependency in an IDE and »
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 »
There is an article on the state of autoloading in PHP frameworks which says that in new frameworks the use of namespaces is a step backwards »