Пример #1
0
 /**
  * Initialisiert das Formular.
  */
 public function init()
 {
     parent::init();
     $this->addPrefixPath('Form_Decorator', 'Form/Decorator', Zend_Form::DECORATOR);
     // $this->addElementPrefixPath('Form_Decorator', 'Form/Decorator', Zend_Form::DECORATOR);
     $this->addPrefixPath('Form', 'Form');
     // '_Element' wird anscheinend automatisch dran gehängt
 }