Symfony2: Obtaining the Request Object
In this quick post I am looking at how to obtain the Request object in a Symfony2 [http://symfony.com] controller as a service. This is »
In this quick post I am looking at how to obtain the Request object in a Symfony2 [http://symfony.com] controller as a service. This is »
A very quick post as I couldn't find anything documenting this yet (I will submit this to the docs also). If you want to »
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 »
I have been looking at functional testing using Behat [http://behat.org/] and Mink [http://mink.behat.org/index.html] and their associated Symfony2 [http://symfony. »
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 »