Beispiel #1
0
 function init($name, $method = null, $action = null)
 {
     parent::init($name, $method, $action);
     if (!$this->addFields($this->adjustFields($this->readFields()))) {
         trigger_error('XML Field read failed for ' . get_class($this));
         return;
     }
     $this->setDynamicValues();
 }
Beispiel #2
0
 function init($name, $method = "POST", $action = null)
 {
     parent::init($name, $method, $action);
     $this->_init_template();
     $this->_init_submit();
 }