I want to render a form. HTML for a field row should be like this: <li class=\"text\"> <label for=\"fieldname\">
I\'m making a project using a Symfony 2 and I need to have method like preDispatch in Zend which will be called before any action in the Controller. I\'m very new in Symfony and a little bit surfing t
I have the following query: $query = $this->getEntityManager()->createQuery(\' SELECT u, p, m FROM MyCoreBundle:User u
I have a symfony2 application and I\'m using phpunit. I have some unit tests where I use mocks to mock the AppKernel and functional tests which make \"real\" requests to the application. When runnin
All! What is going on ? Today I trying to reinstall new version of Symfony2 (2.0.1) from GitHub $ app/vendors install --reinstall
What\'s the best way to implement user activity in symfony 2 ? And how to do it ? I know there is the event system of symfony 2. Maybe I should trigger an event ?
I have symfony 2 + doctrineMongo and i\'m trying to use the geospatial query ->near but seems that this query don\'t work. Always return an empty array.
I\'m facing big issue while implementing FOSFacebookBundle. I followed the docs and have followin开发者_开发问答g situation:
I want to install the Eclipse plugin for Symfony 2. But I\'m stuck at the start. I\'m following the guide at http://pulse00.github.com/Symfony-2-Eclipse-Plugin/.
Here is my situation: I am using Symfony2 as a middle layer here, when web client ask for a webpage to Symfony2(the layer), the layer is going to request single/multiple data/image to another backend