Exemple #1
0
 public function __construct($options = null)
 {
     parent::__construct($options);
     $this->setDecorators(array('FormElements', array('HtmlTag', array('tag' => 'table')), array('Form', array('class' => 'snep_form simple_form'))));
 }