예제 #1
0
파일: Auth.php 프로젝트: richqez/s_loan
 public function __construct()
 {
     parent::__construct();
     $this->load->model('User_model');
 }
예제 #2
0
파일: Customer.php 프로젝트: richqez/s_loan
 function __construct()
 {
     parent::__construct();
     $this->load->model('Customer_model');
     $this->load->model('CustomerGroup_model');
 }