コード例 #1
0
ファイル: Error.php プロジェクト: NassimAlileche/mvc
 function __construct()
 {
     parent::__construct();
     $this->setLayout("nolayout");
     //$this->addStyleView("");
     //$this->addScriptView("");
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     $this->setLayout("nolayout");
     $this->addStyleView("github.css");
     $this->addScriptView("github.js");
 }