function __construct() { parent::__construct(); $this->load->model('Product_Model'); // $this->load->helper(['form','url']); // $this->load->library('form_validation'); }
public function __construct() { parent::__construct(); $this->load->helper(['url', 'form', 'menu']); $this->load->library(['form_validation']); $this->load->Model('Notification_Model'); }
public function __construct() { parent::__construct(); $this->load->helper(['url', 'form']); $this->load->library('form_validation'); $this->load->model('Mark_Model'); }
public function __construct() { parent::__construct(); $this->load->helper(['url', 'form']); $this->load->library(['form_validation', 'table']); $this->load->model('Hospital_Model'); $this->load->model('User_Model'); }
public function __construct() { parent::__construct(); // $this->load->helper('url'); // $this->load->helper('form'); // $this->load->library('form_validation'); $this->load->model('Event_Model'); }
public function __construct() { parent::__construct(); $this->load->helper(['url', 'form']); $this->load->library(['form_validation']); $this->load->model('Department_Model'); $this->load->model('Course_Model'); }
public function __construct() { parent::__construct(); $this->load->helper(['url', 'form', 'menu']); $this->load->library(['form_validation']); $this->load->model('Upload_Model'); $this->load->model('Address_Model'); $this->load->model('Employee_Model'); }
function __construct() { parent::__construct(); $this->load->helper(['url', 'form', 'menu']); $this->load->library(['form_validation', 'session']); $this->load->model('User_Model'); $this->load->model('Notification_Model'); $this->load->model('Complaint_Model'); }
public function __construct() { parent::__construct(); $this->load->helper(['url', 'form']); $this->load->library(['form_validation', 'table']); $this->load->model('Student_Details_Model'); $this->load->model('Course_Model'); $this->load->model('Application_Model'); }
function __construct() { parent::__construct(); //Automatic load model $this->load->helper(['url', 'form', 'menu']); $this->load->model('Upload_Model'); $this->load->helper('security'); $this->load->library(['form_validation']); }
public function __construct() { parent::__construct(); $this->load->helper(['url', 'form', 'menu']); $this->load->library(['form_validation']); $this->load->model('Address_Model'); $this->load->model('Authority_Model'); $this->load->helper('security'); }
public function __construct() { parent::__construct(); $this->load->helper('form'); $this->load->helper('url'); $this->load->library('form_validation'); $this->load->model('Staff_Model'); $this->load->model('Payroll_Model'); $this->load->model('Attendence_Model'); }
public function __construct() { parent::__construct(); $this->load->helper(['url', 'form']); $this->load->library(['form_validation', 'table']); $this->load->Model('Semester_Model'); $this->load->Model('Course_Model'); $this->load->Model('Semester_Subject_Model'); $this->load->Model('Subject_Model'); }
public function __construct() { parent::__construct(); $this->load->helper(['url', 'form', 'html']); $this->load->library(['form_validation', 'table']); $this->load->model('Donor_Model'); $this->load->model('User_Model'); $this->load->model('Lab_Model'); $this->load->model('Hospital_Model'); $this->load->model('Tocken_Details_Model'); }
public function __construct() { parent::__construct(); $this->load->model('Member_Model'); $this->load->model('User_Model'); $this->load->model('Loan_Model'); $this->load->model('Deposit_Model'); $this->load->library('table'); $this->load->helper('html'); // $this->load->helper('url'); // $this->load->library('form_validation'); }
public function __construct() { parent::__construct(); // $this->load->helper('url'); //use base url // $this->load->helper('form'); //load helper class ->form // $this->load->library(['form_validation','table']); //validation // $this->load->model('Loan_Model'); $this->load->model('Event_Model'); $this->load->model('Units_Model'); $this->load->model('Member_Model'); $this->load->model('Product_Model'); }
public function __construct() { parent::__construct(); $this->load->helper(['url', 'form']); $this->load->model('Application_Model'); $this->load->model('Staff_Model'); $this->load->model('Attendence_Model'); $this->load->model('Department_Model'); $this->load->model('Payroll_Model'); $this->load->model('Course_Model'); $this->load->model('Exam_Model'); $this->load->model('Student_Details_Model'); }
public function __construct() { parent::__construct(); $this->load->model('Deposit_Model'); $this->load->library('table'); }
public function __construct() { parent::__construct(); //$this->load->helper('url'); }
public function __construct() { parent::__construct(); }
public function __construct() { parent::__construct(); $this->load->model('Loan_Model'); }