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