Example #1
0
 function __construct()
 {
     parent::construct();
     $this->load->library(array('table', 'form_validation'));
     $this->load->helper(array('form', 'url'));
     $this->load->model('ebillbycustomermodel', '', TRUE);
 }
Example #2
0
 public function __construct()
 {
     parent::construct();
     $this->load->database();
     $this->load->library('grocery_CRUD');
 }
Example #3
0
 function __construct()
 {
     parent::construct();
 }