CodeIgniter gives you access to a Query Builder class. This pattern allows information to be retrieved, inserted, and updated in your database with minimal scripting. In some cases only one or two ...
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 ...
You can add your own config items to this file, or if you prefer to keep your configuration items separate (assuming you even need config items), simply create your ...
This helper is automatically loaded by the framework on every request. Since v4.3.0, if you set Config\App::$allowedHostnames, this returns the URL with the hostname ...
CodeIgniter provides a library to help you with certain common functions that you may want to use with Javascript. Please note that CodeIgniter does not require the jQuery library to run, and that any ...
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 ...
CodeIgniter provides an object oriented solution for working with URI’s in your application. Using this makes it simple to ensure that the structure is always correct, no matter how complex the URI ...
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 ( ...
PHP version 5.1.6 or newer. A Database is required for most web application programming. Current supported databases are MySQL (4.1+), MySQLi, MS SQL, Postgres, Oracle, SQLite, and ODBC.
The Form Helper file contains functions that assist in working with forms.
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 HTML Helper file contains functions that assist in working with HTML.