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\'m integrating my site with Facebook, I used the Registration Plugin, handled the Registration process, and now in the frontend I check if the user is logged in:
I have : <span id=\"test\"><a href=\"<?php echo url_for(\'mymodule/myaction?id=\'. $id) ?>\">link1</a></span> <br />
I have a problem with the error page 500 of symfony (apps/%app-name%/config/error/error.html.php). I had to learn that symfony skip the standard way of page creation completely. I had to organize all
I am setting 1 row per page in symfony pager but its showing more data than 1. It is because my query is left joining the sfGuardUser table with other tables and it is causing duplication of \'sfGuard
I have several time consuming database queries to run. Each has been built to be triggered from an option chosen on a web page. I thought I was being quite cunning by firing off the work via several A
Ha开发者_如何学运维s anyone worked with Jenkins and Symfony 1.4? It uses limetest and i have no idea if it has a compatibility mode with Jenkins!Symfony have two tasks for testing: test:unit and test:
Hi am trying to generae m开发者_运维百科odule user in symfony using command php symfony doctrine:generate-module --with-show --non-verbose-templates frontend user User
In abstract class BaseNewsForm extends BaseFormDoctrine i have widget: \'user_id\'=> new sfWidgetFormDoctrineChoice(array(\'model\' => $this->getRelatedModelName(\'User\'), \'add_empty\' =