Recently I started a project in Symfony2 from the BETA version available on symfony.com After a while, I needed to upgrade to the master branch, so I retrieved the latest from github and switched i开
I want to generate table headers in a twig block and reuse them across the page, this page has about 5 different tables with roughly the same headers. The block code is such :
I have login and I want to if admin login go to admin/index, if user login go to home/index page. How to do it using security.yml in
I\'m very new to Symfony 2.0 and FOS/UserBundle. I\'m install it to my project and when I trying to login or register new user I get following errors:
I have some problem to implement twig extension. I need to create my own filter (a substr filter). So I have thought to use twig extension.
In my schema I have a number of field that need to be BIGINT. I u开发者_StackOverflowse the following command from Symfony
I use Symfony Standard 2.0.0BETA1 and tried to configure http_basic authentication exactly the same as in this book chapter
after doing php app/console doctrine:schema:create I\'m getting the message \"No Metadata Classes to process.\".
My application is generating some absolute links via $this->get(\'request\')->getHost(). Problem is: when I try to run testcases, I get following error message:
I had a problem with symfony2 session component. I set 开发者_StackOverflow中文版some data to session through session container like this: