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 ...
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 ...
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 ( ...
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 ...
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 ...
Copyright (c) 2008 - 2014, EllisLab, Inc.
As well as calling an applications Controllers via the URL in a browser they can also be loaded via the command-line interface (CLI).
The Language Class provides functions to retrieve language files and lines of text for purposes of internationalization. You can create or incorporate your own ...
CodeIgniter comes with a Cross Site Scripting prevention filter, which looks for commonly used techniques to trigger JavaScript or other types of code that attempt to hijack cookies or do other ...
The Form Helper file contains functions that assist in working with forms.
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 ...