コード例 #1
0
ファイル: migrations.php プロジェクト: knatorski/SMS
 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;
     }
 }
コード例 #2
0
ファイル: expire_date_set.php プロジェクト: knatorski/SMS
 public function init()
 {
     ini_set('display_errors', 0);
     return parent::init();
 }