I am new to Symfony2 (beta4) and Doctrine and am having issues when i try to create the DB schema via command line.
Could someone please explain to me the correct file s开发者_StackOverflowtructure of a Symfony2 MVC and ExtJS4 MVC project? (When used together!)Your ExtJS files should be placed in the Resource/publi
Can som开发者_运维知识库eone tell me how to get all entities of one type which are marked with \"EDIT\" ACL permission?
I\'ve got some troubles whith Symfony 2, trying to generate schema via : php console/app generate:schema:create
Here is my controller: <?php namespace Home\\JoinBundle\\Controller; use Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller;
I would like to know what is the standard best practice for dealing with common JavaScript (and even CSS) dependencies across several Symfony 2 bundles.
I\'m trying to setup a unit test but whenever I run \"phpunit -c app\" I get this error: Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException: You have requested a non-existe
I\'m using a Symfony 2 to generate my pages from data in a MySQL database. For most content, users have to be authenticated but the content itself does not change often and does not need to be customi
Im trying to include some Symfony form components into my project. use Symfony\\Component\\Form\\Form;
i am trying to build an custom validator with symfony2 but something strange happens: i have created both Password and PasswordValidate by following th开发者_C百科e steps in symfony2 cookbook but fir