コード例 #1
0
 public function _construct()
 {
     parent::_construct();
     $this->load->database();
     $this->load->helper('url');
     $this->load->model('Search_model');
 }
コード例 #2
0
ファイル: shadow.php プロジェクト: blast2k16/blast
 function _construct()
 {
     parent::_construct();
     $this->load->helper('url');
     $this->load->model('users_model');
     $this->load->library("pagination");
 }
コード例 #3
0
ファイル: c_front.php プロジェクト: EdnaBWoods/CakesDelights
 public function _construct()
 {
     parent::_construct();
     $this->data = '';
     $this->load->helper(array('form', 'url'));
     $this->count = 1;
 }
コード例 #4
0
ファイル: FullAds.php プロジェクト: Sanjula007/Vehicle_portal
 public function _construct()
 {
     parent::_construct();
     $this->load->database();
     $this->load->helper('url');
     $this->load->model('insert_model');
     //$this->load->library('session');
 }
コード例 #5
0
 public function _construct()
 {
     parent::_construct();
 }
コード例 #6
0
ファイル: pages.php プロジェクト: blast2k16/blast
 function _construct()
 {
     parent::_construct();
     $this->load->helper('url');
     $this->load->model('users_model');
 }
コード例 #7
0
ファイル: submit.php プロジェクト: EdnaBWoods/CakesDelights
 public function _construct()
 {
     parent::_construct();
     $this->load->helper('url');
 }
コード例 #8
0
ファイル: Control.php プロジェクト: roco93/API-Taxi-v2
 function _construct()
 {
     parent::_construct();
     //Loading url helper
     $this->load->helper('url');
 }
コード例 #9
0
ファイル: posts.php プロジェクト: shariquesha/New_project
 function _construct()
 {
     parent::_construct();
     // load the database
     $this->load->model('post');
 }
コード例 #10
0
ファイル: addadmin.php プロジェクト: harshakantha94/ci
 function __construct()
 {
     parent::_construct();
     $this->load->model('adduser');
 }
コード例 #11
0
 function __construct()
 {
     parent::_construct();
 }
コード例 #12
0
ファイル: Enroll.php プロジェクト: nameANAD/lepron
 public function _construct()
 {
     parent::_construct();
     $this->load->model("EnrollModel", "Enroll", true);
 }
コード例 #13
0
ファイル: siteuser.php プロジェクト: Robotix/rbtx-web-2015
 function _construct()
 {
     parent::_construct();
     $this->load->model('user_m');
 }