コード例 #1
0
ファイル: home.php プロジェクト: hillmediakft/vframework
 function __construct()
 {
     parent::__construct();
     $this->loadModel('home_model');
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     //$this->loadModel('ajax_request_model');
 }
コード例 #3
0
ファイル: error.php プロジェクト: hillmediakft/vframework
 function __construct()
 {
     parent::__construct();
 }