コード例 #1
0
ファイル: queue.php プロジェクト: maurerit/lmeve-ci
 function __construct()
 {
     parent::__construct();
     $this->load->model('queueModel');
     $this->load->model('generalModel');
     $this->load->helper('percentage_helper');
 }
コード例 #2
0
ファイル: database.php プロジェクト: maurerit/lmeve-ci
 function __construct()
 {
     parent::__construct();
     $this->load->model('itemDataModel');
 }
コード例 #3
0
ファイル: timesheet.php プロジェクト: maurerit/lmeve-ci
 function __construct()
 {
     parent::__construct();
     $this->load->model('generalModel');
     $this->load->model('tasksModel');
 }