* @version SVN: $Id: sfDoctrineFormTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ */ class RequestTopJobForm extends TopJobForm { public function configure() { parent::configure(); unset($this['is_active']); //$this->widgetSchema['valid_from'] = new sfWidgetFormInputHidden(); } }