$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
<?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...
Symfony