public function __construct() { parent::__construct(); $this->imagedir = WEB_ROOT . "/imagetmp/" . date("ymd") . "/"; $this->imagebaseurl = HOST_NAME . "/imagetmp/" . date("ymd") . "/"; $this->res = new resobjobj(); }
/** * __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 = ''; }
function __construct() { parent::__construct(); $this->load->model('Student_mdl', 'model'); }
function __construct() { parent::__construct(); $this->load->model('Notification_mdl', 'model'); }
public function __construct() { parent::__construct(); $this->headers = apache_request_headers(); $this->load->model('Login_mdl'); }
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'); }
public function __construct() { parent::__construct(); }
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'); }
function __construct() { parent::__construct(); $this->load->model('Vehicle_mdl', 'model'); }