Developers often desire different system behavior depending on whether an application is running in a development or production environment. For example, verbose error output
Models are optionally available for those who want to use a more traditional MVC approach. Page Contents
The Profiler Class will display benchmark results, queries you have run, and $_POST data at the bottom of your pages. This information can be useful during development
A view is simply a web page, or a page fragment, like a header, footer, sidebar, etc. In fact, views can flexibly be embedded within other views (within other views, etc.,
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
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
Driver Directory and File Structure Sample driver directory and file structure layout:
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
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
CodeIgniter lets you cache your pages in order to achieve maximum performance. Although CodeIgniter is quite fast, the amount of dynamic information
Page 1 of 3