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.

Extending the Session Library in Codeigniter 3

I've been using CI for a while now and recently upgraded to CI 3. I noticed the Session library has now …

php codeigniter codeigniter-3
Login system for CodeIgniter 3.0

I am looking for simple and easy to use/install login system for CodeIgniter 3.0 (dev). I've seen few different scripts …

php login frameworks login-script codeigniter-3
Codeigniter 3 Session not working With PHP 7.1.4

I have an application built with Codeigniter 3 HMVC.The application was working fine on PHP 5.6 version, But after upgrading my …

php session codeigniter-3 codeigniter-hmvc php-7.1
how to use 2 datatables in same page?

how to use datatables in same page, I use template datatables but when I created new one datatables does not …

javascript php css codeigniter codeigniter-3
File Upload Validation In Codeigniter

I am trying to validate file upload for image uploading, but it is not getting the validation like other fields. …

php validation file-upload codeigniter-3
API integration in Codeigniter application

I'm trying to integrate API from MyOperator, in my CRM project, which is developed in CodeIgniter. For that they provide …

php rest codeigniter api codeigniter-3
Dynamic Cell Merging in phpspreadsheet

My question is about generating an Excel sheet in codeigniter. The excel sheet sub-headings are not fixed, they are as …

codeigniter-3 phpspreadsheet phpoffice
Codeigniter 3.1.6 - How to remove index.php from url

I am working on codeigniter 3.1.6. I added the .htaccess file. I also changed the base_url path to my project …

php .htaccess codeigniter codeigniter-3
codeigniter 3.1 PDO mysql Error Number: 3D000/1046 No database selected

I had issue with upgrading codeignier 2.xx to 3.xx before and I can not found any completed answer for me. …

mysql pdo codeigniter-3
default controller inside subfolder codeigniter 3 not working

In codeigniter 3 application i have directory structure like this: -Myproject -application -controllers -home Welcome.php //This is my controller inside …

php routing codeigniter-3