コード例 #1
0
ファイル: Includes.php プロジェクト: frostiks25/rzwebsys7
 public function init()
 {
     if (!$this->isShow()) {
         return false;
     }
     if ($this->model === null) {
         $this->model = Model::findByCode($this->code);
     }
 }