示例#1
0
文件: Auth.php 项目: richqez/s_loan
 public function __construct()
 {
     parent::__construct();
     $this->load->model('User_model');
 }
示例#2
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('Customer_model');
     $this->load->model('CustomerGroup_model');
 }