コード例 #1
0
ファイル: search.php プロジェクト: heruprambadi/simpeg
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('form');
     $this->load->helper('date');
     $this->load->model('search_model');
 }
コード例 #2
0
ファイル: evencal.php プロジェクト: heruprambadi/simpeg
 function __construct()
 {
     parent::__construct();
     $this->load->model('Evencal_model', 'evencal');
     $this->load->library('calendar', $this->_setting());
 }
コード例 #3
0
ファイル: laporan.php プロジェクト: heruprambadi/simpeg
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('date');
 }