示例#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');
 }