I am working on 开发者_如何学运维a small Doctrine2-backed project using Symfony2 for the first time. Currently I\'m struggling with the security component of symfony2, to be exact with the authenticat
Does anybody k开发者_运维问答now a way of configuring DBAL/Doctrine2 in a Symfony2 (symfony-reloaded) yml config file to execute a \"set names\" query? This question has been asked in other places, bu
I wrote custom Twig loader tha开发者_如何学编程t fetch templates from database and it works in Twig \"standalone\" library.
I\'m thining about using symfony 2.0 for my new project. It\'s only preview a release at the moment, the final release is due in March which is around the same time I expect my project to go live.
I tried to find something about this on Google but nothing came out. I have a TestCase class that inherits from WebTestCase, with some methods that I want to use in all my unit/functional tests:
now Symfony2 PR4 is released, probably the last one before the official release. I already have done some tutorials with the latest symfony 1.4 (the complete jobeet tutorial).
I\'m looking for a symfony-based CMS, and I have heard about Diem and Apostrophe, but none of them offers all of the features I am searching for.
I need to add sql logging to work in native WebProfileBundle. WhenI do one default connection in application config, I see the sql
Do anyone know why this occurs? as far I can get, the child class method is declared in the same way as parent\'s.
Can you give me some information on how to create a new Symfony2 project? I started to get the symfony/symfony-sandbox from github as a tar-ball.