I\'m using sfGuard plugin for Doctrine. I want to override the default error message for unique username.
I would like create custom validator for Symfony 1.4, for example check length name. I know that it exist, but i would like own.
I\'d like Symfony to log the Doctrine SQL queries that one of my task开发者_C百科s executes to a log file, much like the web debug toolbar does for non-cli code. Is this possible?
Are there any examples out there on how to integrate HTML5Boilerplate into Symfony? The problem that I\'m running into is the way Symfony handles stylesheet and javascript loading.
I have: $this-&开发者_JAVA技巧gt;validatorSchema->setPostValidator(new sfValidatorOr( array( new sfValidatorSchemaCompare(\'email\', \'!=\', \'\'),
symfony: http://www.symfony-project.org pjax: https://github.com/defunkt/jquery-pjax Hi all, I\'m trying to use pjax in symfony in order to speed up our website (we will be able to keep header and f
i\'m working on a symfony project based on an existing mysql database, and i generated the shcema.yml from it.The first app created is the backend.
How will I determine if a new model was successfully save in symfony? I checked the return value of a model. For example $r开发者_运维知识库et = $model->save(); but $ret returns null. Usually, an exce
I am new to Symfony and I need to work to a large project with many themes to modify them. How can I find where actually is the theme file in which module, just looking at the开发者_如何学C HTML brows
I\'m currently using Doctrine on an Oracle DB, using the Doctrine_Adapte开发者_开发技巧r_Oracle.