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.
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-7I 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-3Here is my query to get a single column from t $sql = "SELECT `id` FROM `loc8_groups`"; $query = $this->…
php arrays codeigniter codeigniter-3I'm working on an api, it handles the requests which comes from clients, then gets the response from server(developed …
php codeigniter-3I 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-restserverI know some people are using it (PyroCMS) but is CodeIgniter 3.0 complete and ready to be used in production? I …
codeigniter codeigniter-3Angular 2 with Codeigniter Hello World Program running perfectly. But I am getting error "Unexpected end of JSON input" while sending …
json angular get codeigniter-3How 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-3I see that in their default installation, their index.php has this: define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_…
php codeigniter-3Good 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