if (ENVIRONMENT == 'development') { $this->load->library('Console'); if (!$this->input->is_cli_request()) { $this->output->enable_profiler(true); } }