예제 #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
 public function _construct()
 {
     parent::_construct();
     $this->data = '';
     $this->load->helper(array('form', 'url'));
     $this->count = 1;
 }
예제 #4
0
 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
 public function _construct()
 {
     parent::_construct();
     $this->load->helper('url');
 }
예제 #8
0
 function _construct()
 {
     parent::_construct();
     //Loading url helper
     $this->load->helper('url');
 }
예제 #9
0
 function _construct()
 {
     parent::_construct();
     // load the database
     $this->load->model('post');
 }
예제 #10
0
 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
 function _construct()
 {
     parent::_construct();
     $this->load->model('user_m');
 }