Im new to symfony and unsure as to where my CSS / JS files in Symfony 2.0. Can anybody give me some guidance.
Is there a way to disable the cac开发者_Go百科hing function in Symfony2? I tried to find the setting in the config* and parameters.ini files and I searched a lot. Ok, I found a few solutions, but noth
Is there a way to access the configuration parameters in config.yml from the model layer? From the controller I can use $this->container->getParameter(\'xyz\'). But how can it be done fr开发者_开
using the default entity creation commands: php app/console doctrine:mapping:import testSiteBundle yml
How can i create a select list with values from a database table in Symfony 2? I have 2 entities: Student and Classroom with a ManyToOne relationship and ineed to create a form with the folowing fiel
i want to change http_basic to http_digest for a firewall, but it is not really documented how to configure http_digest.
I would like to import constant in the Symfony2 Service Container. There is a cookbook which explains how to do it: link to cookbook
I want to make a simple file uploader with Symfony 2 and Doctrine 2. I\'ve follow this tutorial : http://symfony.com/doc/current/cookbook/doctrine/file_uploads.html
I\'m trying to integrate SonataAdminBundle for my Symfony2 project. I extended FOSUserBundle for security and now trying to add开发者_StackOverflow社区 users administration.
How do I import the validation.xml into the project ? Because now it just seems to get ignored and not loaded.