I have used Symfony 1.4 since it\'s release, but I now have the option to upgrade to Symfony2 for my next project. Does anyone have any experience? Is anybody currently building a production app on Sy
I need to rewrite an开发者_如何转开发d redirect all access to a directory to another host. I\'m using Symfony2 framework and the .htaccess is in the /web directory (also the root of the virtualhost) a
When i\'m creating form for user. It displaying below error Fatal error: Class \'Symfony\\Component\\Form\' not found in D:\\wamp\\www\\sandbox\\src\\Sensio\\HelloBundle\\User\\UserForm.php on line 7
This question already has answers here: 开发者_Python百科 Closed 11 years ago. Possible Duplicate: What is dependency injection?
I am trying to connect Symfony 2 with MongoDB in such way: Register DoctrineMongoDBBundle in AppKernel::registerBundles
This is my security setup for my Symfony2 project: security: providers: main: users: asa: { pasword: test, roles: ROLE_USER }
I have a question to the security features of Symfony2. I want to protect a special area of my application under the /my prefix.
I have been working in ZF since it was v1.6and i am pretty happy with it , but reading about symfony and its bundle principle :
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m going to use entity_manager in my model. But entity_manager is only available in controller: throw $em = $this->get(\'doctrine.orm.entity_manager\'). So, I have to define model methods with $e