Driver Directory and File Structure Sample driver directory and file structure layout:
The following page describes the coding styles adhered to when contributing to the development of CodeIgniter. There is no requirement to use these styles in your own CodeIgniter
All of the available libraries are located in your system/libraries/ directory. In most cases, to use one of these classes involves initializing it within a
Note: This tutorial assumes you’ve downloaded CodeIgniter and
By default, URLs in CodeIgniter are designed to be search-engine and human friendly. Rather than using the standard “query string” approach to URLs that is synonymous with
Please read the upgrade notes corresponding to the version you are upgrading from. Upgrading from 3.0.6 to 3.1.0
CodeIgniter lets you cache your pages in order to achieve maximum performance. Although CodeIgniter is quite fast, the amount of dynamic information
Controllers are the heart of your application, as they determine how HTTP requests should be handled. Page Contents
CodeIgniter is an Application Framework CodeIgniter is a toolkit for people who build web applications using PHP. Its goal is to enable you
When we use the term “Libraries” we are normally referring to the classes that are located in the libraries directory and described in the Class Reference of this user guide
Page 2 of 4