CodeIgniter is installed in four steps: Unzip the package. Upload the CodeIgniter folders and files to your
This tutorial did not cover all of the things you might expect of a full-fledged content management system, but it introduced you to the more important topics of routing, writing
Driver Directory and File Structure Sample driver directory and file structure layout:
Note: This tutorial assumes you’ve downloaded CodeIgniter and
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
Please read the upgrade notes corresponding to the version you are upgrading from. Upgrading from 3.0.6 to 3.1.0
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
Our goal for CodeIgniter is maximum performance, capability, and flexibility in the smallest, lightest possible package. To meet this goal we
CodeIgniter is an Application Framework CodeIgniter is a toolkit for people who build web applications using PHP. Its goal is to enable you
Controllers are the heart of your application, as they determine how HTTP requests should be handled. Page Contents
Page 2 of 4