Example #1
0
 function configure()
 {
     parent::configure();
     unset($this['created_at'], $this['updated_at']);
     $this->widgetSchema['user_id'] = new sfWidgetFormInputHidden();
 }