$this->widgetSchema['category_id'] = new sfWidgetFormChoice(array('choices' => Doctrine::getTable('GalleriesCategory')->getChoices() ));
    $this->validatorSchema['category_id'] = new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('Category'), 'required' => true));

PHP Symfony select

by https://www.google.com/accounts/o8/id?id=AItOawlUhav415SiqzWXfrIOA3bbc44qG4eoAzY, November 07, 2010 00:33, 1 refactoring, tagged with form, symfony

Symfony

55502f40dc8b7c769880b10874abc9d0 Talk
<?php
ob_start();
include_once "include/config.php";
...

PHP Login / Registration - be e...

by Memf, December 12, 2008 16:56, 1 refactoring, tagged with form, ajax, script, register, login, registration

be easier?

(login and Re...

71367d98df2bf14cbf704e7741eb402d Talk