* @version SVN: $Id: sfDoctrineFormTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ */ class OfferJobForm extends AdminOfferJobForm { public function configure() { parent::configure(); $this->widgetSchema['profile_id'] = new sfWidgetFormInputHidden(); //$this->widgetSchema['style_id']->setOption('query', Doctrine::getTable('JobStyle')->createQuery()->addWhere('id = ?', JobStyle::STANDARD)); // $this->validatorSchema['name']->setOption('max_length', 20); //commonFormFunctions::setJqUiAdvanceFormater($this); } }