Top "Codeigniter-3" questions

For questions specific to the 3rd release of CodeIgniter, which is an Application Development Framework (a toolkit) designed for people who build websites using PHP.

CodeIgniter CI_Exceptions::show_exception error after updating to PHP 7

I was using CodeIgniter 3.0.0 with PHP 5.6. Yesterday I updated to PHP 7 and started getting following error:- Uncaught TypeError: Argument 1 …

php codeigniter codeigniter-3 php-7
Codeigniter echoing [::1] instead of localhost

I am using CodeIgniter 3 as a web platform and trying to import semantic-UI CSS into my page. I'm doing so …

php codeigniter codeigniter-2 codeigniter-3
Codeigniter: get all values from single column as array

Here is my query to get a single column from t $sql = "SELECT `id` FROM `loc8_groups`"; $query = $this->…

php arrays codeigniter codeigniter-3
Codeigniter 3: Can't catch database error using try catch block

I'm working on an api, it handles the requests which comes from clients, then gets the response from server(developed …

php codeigniter-3
token based authentication in codeigniter rest server library

I am try to build restful API in codeigniter using Phil Sturgeon's rest server Problem is I can't figure out …

php codeigniter-3 codeigniter-restserver
Is CodeIgniter 3 Complete?

I know some people are using it (PyroCMS) but is CodeIgniter 3.0 complete and ready to be used in production? I …

codeigniter codeigniter-3
Unexpected end of JSON input in Http get request from Angular 2 to Codeigniter

Angular 2 with Codeigniter Hello World Program running perfectly. But I am getting error "Unexpected end of JSON input" while sending …

json angular get codeigniter-3
How to upload multiple files in codeigniter 3.0.1

How to upload multiple files in codeigniter 3.0.1. There are similar issues and solutions in stackoverflow but unfortunately non of them …

php codeigniter codeigniter-3
CodeIgniter3: Why would $_SERVER['CI_ENV'] ever be set in the first place?

I see that in their default installation, their index.php has this: define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_…

php codeigniter-3
Typeahead TypeError: it.toLowerCase is not a function

Good day. Please take a look at my scrit first. My JS $(document).ready(function(){ $("#outlet").typeahead({ source: function(query, …

jquery ajax twitter-bootstrap codeigniter-3