I\'m currently working on a website built with symfony 1.4 and I need to implement a route prefix for all the routes. This prefix is used to specify开发者_高级运维 two differents \"views\" for the web
I\'m using the sfGuardPlugin in symfony 1.4 and I\'m wondering how to get rid of its \"default\" routes. I mean by that the \"guard/users\", \"guard/permissions\" and \"guard/groups\" routes.
Is there an easy way to check an email address is valid using Ajax? I\'m using the sfValidatortEmail widget currently and this only shows an error开发者_StackOverflow社区 message on submitting the for
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
My understanding of symfony isn\'t stellar sometimes. I just came across this problem and I\'m really not sure how to pass a variable in this situation, and unfortunately not sure what to look into in
I have the fol开发者_JAVA百科lowing in my db. Orders: id: 1 id: 2 id: 3 Order_Items id: 1, order_id: 1, cost: 10
I am using Symfony with propel to generate a form called BaseMeetingMeetingsForm. In MeetingMeetingsForm.class.php I have the following configure method:
I use symfony 1.4.11 .User can switch language , in my layout I have <?php foreach (sfConfig::get(\'app_cultures_enabled\') as $key => $lng): ?>
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 have: $this-&开发者_JAVA技巧gt;validatorSchema->setPostValidator(new sfValidatorOr( array( new sfValidatorSchemaCompare(\'email\', \'!=\', \'\'),