예제 #1
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('reception/reception_model');
     $this->load->model('reports_model');
     $this->load->model('accounts/accounts_model');
 }