Exemple #1
0
 public function __construct()
 {
     parent::__construct();
     debug('START WIDGET: ' . static::class);
     $this->setTemplate('Default.php');
     $this->setContentTemplate($this->getTemplatePath());
     $this->_form = new Form();
 }
Exemple #2
0
 public function __construct()
 {
     debug('START CONTROLLER ' . get_class($this));
     parent::__construct();
     $this->_messages->clear();
 }