i got problem that when i submit form in jquery/ajax i get the data and check isvalid or not and save it. but wen the form is not valid it does not do symfony validations it automatically redirect to
I want to ask how to make 2 admin modules fo开发者_开发百科r the same model I have a model called client. and I made an admin module for it with the name of client
I have a form and I need to set labels for two different kind of pages. I tried to used $this->widgetSchema->setLabels... with an if and with $sf_params->get(\'module\') and $sf_params->ge
I am developing a site using sfDoctrineGuardPlugin and I was wondering if there is a way to increase the time that someone is l开发者_JAVA技巧ogged in before they are signed out?
am using the symfony\'s admin generator, in the \"new\" interface, i have on开发者_运维百科e specific field that i want to test before insert into database, and if it doesn\'t pass i return the user t
Is there any way I can use the format_number_choice function inside of a actions file. In fact I need to use it for a Form error message.
I activated caching for my app. Works great. I have have a mobile format using layout.m.php Which is set to
I have the following code: $this->form->s开发者_开发知识库etValidators(array( \'email\'=> new sfValidatorAnd(
I need to load a class in Symfony 1.4 but the simple placing of the file in /apps/frontend/lib seems not to be enough.
i have this code in listmatchesSuccess.php: $matching_rows = RcProfileTablePeer::getAllBySelection($gender_id1,$gender_id2,$age1,$age2,$province_id);