Ejemplo n.º 1
0
 public function configure()
 {
     parent::configure();
     $this->widgetSchema['body'] = new sfWidgetFormTextarea(array(), array('cols' => 32));
     // $this->widgetSchema['rating'] = new sfWidgetFormStarRating();
     // $this->validatorSchema['rating'] = new sfValidatorInteger(array('min' => 1, 'max' => 5));
 }