Ejemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->create = $this->opts->create;
     if ($this->opts->action != 'statusAll' && (is_null($this->opts->branch) || $this->opts->branch == '')) {
         $this->tryToFindBranch();
     } else {
         $this->branch = $this->opts->branch;
     }
 }
Ejemplo n.º 2
0
 public function init()
 {
     ini_set('display_errors', 0);
     return parent::init();
 }