예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('KeyService');
     $this->load->library('ProjectService');
     $this->load->library('UserService');
     $this->output->enable_profiler(false);
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
     $this->load->library('FilterService');
     $this->load->library('ProjectService');
 }