$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