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 3 Use of undefined constant VIEWPATH - assumed 'VIEWPATH'

I've built a system using Codeigniter 3 and for some reason, only some users are getting a white screen. I'm trying …

php codeigniter-3
Codeigniter The requested URL was not found on this server

I am learning Codeigniter and I can't solve the problem I am having. When the user access localhost/reservation/, the …

php codeigniter-3
CodeIgniter - print custom values in request header

How can I print the values set in the header of a received request using CodeIgniter? I tried print_r($_…

php codeigniter codeigniter-2 codeigniter-3
Dotenv must be an instance of Dotenv\Loader

I installed phpdotenv from vlucas using composer on a codeigniter project. I have added the hook as well which I …

php codeigniter codeigniter-3 phpdotenv
Get UnCommitted Data in MySQL

In SQL Server we can write below SQL Queries to get Un-Committed data in database . This means the data that …

php mysql codeigniter sql-server-2012 codeigniter-3
codeigniter application view folder location issue in fresh application

Your view folder path does not appear to be set correctly. Please open the following file and correct this: index.…

php codeigniter codeigniter-3
Message: Configured database connection is persistent. Aborting

Codeigniter 2 to 3 version after upgrading, I get this error.. Why would that be? An uncaught Exception was encountered Type: Exception …

php codeigniter database-connection codeigniter-3
CodeIgniter 4 redirect function not working

After logout, I tried to redirect for the home page. I tried to few ways, but not redirected. class User …

php codeigniter-3 codeigniter-4
Unable to send email using SMTP gmail config in codeigniter 3

Below are my code and I refer all examples in stack overflow and codeigniter user guide. still I unable to …

php codeigniter email smtp codeigniter-3
How to install Doctrine in CodeIgniter 3

The official guide is not complete, and others are for CI2. So i give you a tutorial i myself checked …

codeigniter doctrine-orm codeigniter-3