Please refer to the upgrade instructions corresponding to your installation method.
The Session class permits you to maintain a user’s “state” and track their activity while they browse your site. CodeIgniter comes with a few session storage drivers, that you can see in the last ...
The following page contains example code showing how the database class is used. For complete details please read the individual pages describing each function. Note CodeIgniter doesn’t support dots ( ...
BCC Batch Mode, enabling large email lists to be broken into small BCC batches. Sending email is not only simple, but you can configure it on the fly or set your preferences in the ...
Many functions previously found in the CodeIgniter 3 date_helper have been moved to the Time class in CodeIgniter 4. It is recommended to use the Time class instead. Use Time::now()->getTimestamp() to ...
The HTML Helper file contains functions that assist in working with HTML.
CodeIgniter features wrappers around some of the most popular forms of fast and dynamic caching. All but file-based caching require specific server requirements, and a Fatal Exception will be thrown ...
CodeIgniter provides a few functions and variables that are globally defined, and are available to you at any point. These do not require loading any additional libraries or helpers.
The Database Utility Class contains methods that help you manage your database.
The IncomingRequest class provides an object-oriented representation of an HTTP request from a client, like a browser. It extends from, and has access to all the methods of the Request and Message ...
We take security seriously. CodeIgniter incorporates a number of features and techniques to either enforce good security practices, or to enable you to do so easily. We respect the Open Web ...
The Response class extends the HTTP Message Class with methods only appropriate for a server responding to the client that called it.