Exemplo n.º 1
0
 public function __construct($view = null, $params = null)
 {
     parent::__construct($view, $params);
     if (array_key_exists("form", $params)) {
         $this->_form = $params["form"];
     }
 }
Exemplo n.º 2
0
 public function __construct($view, $params = null)
 {
     parent::__construct($view, $params);
     $this->initializeDicos();
 }