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 need to set a field to be an upload file开发者_开发百科 field just in the backend. I\'m not using generator (created the backend like the frontend). How can I do that?
Can I change the maximum size from a file that is being upload (using the sfValidatorFile and the sfW开发者_开发技巧idgetFormInputFile) from 2MB to a bit more? thank youYou have to set the validator o
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 开发者_C百科a file upload field and in my configure() I\'ve putted \'mime_types\' => \'web_images\' but this give me an error when I upload pdf files... what do I nedd to write instead of we
I have this code: <?php echo \"\'\".$sgps_newsletter->getEmail().\"\' demande en \".date(\'d.M.Y\', strtotime($sgps_newsletter->getCreatedAt()))
I have a registration form that includes sfRegistration and sfProfile, which after completion, get\'s redirected to another form - to determine the user\'s corporation and is a seperate module.The sfP
I have two table: Name id | name | city_id 1| aaa| 1 2| vvv| 2 3| ddd| 2 4| sss| 3 5| dds| 1 etc City: id | name
public function executeShow(sfWebRequest $request) { $this->category = $this->getRoute()->getObject();
For example I have: public function executeTestOne(sfWebRequest $request) { $this->value = Doctrine::getTable(\'Test\')->createQuery(\'a\')->where(\'id = ?\', $request->getParameter(\'id\