Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->imagedir = WEB_ROOT . "/imagetmp/" . date("ymd") . "/";
     $this->imagebaseurl = HOST_NAME . "/imagetmp/" . date("ymd") . "/";
     $this->res = new resobjobj();
 }
Esempio n. 2
0
 /**
  * __construct : ctor
  * @param string $name model name
  */
 public function __construct($name = '')
 {
     parent::__construct();
     $this->modelname = $name;
     $this->modelname_short = basename($name, '.php');
     $this->messages = array();
     $this->_method_name = '';
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('Student_mdl', 'model');
 }
Esempio n. 4
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('Notification_mdl', 'model');
 }
Esempio n. 5
0
 public function __construct()
 {
     parent::__construct();
     $this->headers = apache_request_headers();
     $this->load->model('Login_mdl');
 }
Esempio n. 6
0
 function __construct()
 {
     parent::__construct();
     $this->headers = apache_request_headers();
     $this->load->model('Course_mdl', 'model');
 }
 function __construct()
 {
     parent::__construct();
     $this->load->model('Roles_model', 'model');
 }
Esempio n. 8
0
 public function __construct()
 {
     parent::__construct();
 }
Esempio n. 9
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('Behaviour_mdl', 'model');
 }
 function __construct()
 {
     parent::__construct();
     $this->load->helper('url');
     $this->load->model('Project_model', 'model');
 }
 function __construct()
 {
     parent::__construct();
     $this->load->model('NavigViewRight_model', 'model');
 }
Esempio n. 12
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('Vehicle_mdl', 'model');
 }