symfony1
Don't show column name when validator returns an error
I have the following code: $this->form->s开发者_开发知识库etValidators(array( \'email\'=> new sfValidatorAnd([详细]
2023-04-03 18:04 分类:问答How to load a class in symfony?
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.[详细]
2023-04-03 17:46 分类:问答Facebook PHP Library only loading one user per browser
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:[详细]
2023-04-03 12:15 分类:问答modify url_for, a href for Symfony with JQUERY
I have : <span id=\"test\"><a href=\"<?php echo url_for(\'mymodule/myaction?id=\'. $id) ?>\">link1</a></span> <br />[详细]
2023-04-03 11:24 分类:问答error.html.php with autoloaded configuration
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[详细]
2023-04-03 05:37 分类:问答symfony doctrine pagination brings more data than set per page
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[详细]
2023-04-02 23:11 分类:问答Processing large data sets via AJAX brings no speed benefits
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[详细]
2023-04-02 16:04 分类:问答Symfony 1.4 and Jenkins?
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:[详细]
2023-04-02 14:00 分类:问答symfony generate module, which shows fatal error
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[详细]
2023-04-02 11:15 分类:问答getRelatedModelName - how show other column?
In abstract class BaseNewsForm extends BaseFormDoctrine i have widget: \'user_id\'=> new sfWidgetFormDoctrineChoice(array(\'model\' => $this->getRelatedModelName(\'User\'), \'add_empty\' =[详细]
2023-04-02 09:16 分类:问答