コード例 #1
0
ファイル: topic.php プロジェクト: stoneStyle/startbbs
 function __construct()
 {
     parent::__construct();
     $this->load->model('topic_m');
     $this->load->model('cate_m');
     $this->load->library('myclass');
     $this->load->library('form_validation');
 }
コード例 #2
0
ファイル: page.php プロジェクト: HRVConsultores/elearning
 function __construct()
 {
     parent::__construct();
     $this->layout = 'layouts/' . CNF_THEME . '/index';
 }
コード例 #3
0
ファイル: user.php プロジェクト: HRVConsultores/elearning
 function __construct()
 {
     parent::__construct();
 }