Installation Instructions
  • References/PHP/CodeIgniter/User guide/Installation

CodeIgniter is installed in four steps: Unzip the package. Upload the CodeIgniter folders and files to your

2025-01-10 15:47:30
Static pages
  • References/PHP/CodeIgniter/User guide/Tutorial

Note: This tutorial assumes you’ve downloaded CodeIgniter and

2025-01-10 15:47:30
PHP Style Guide
  • References/PHP/CodeIgniter/User guide/General

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

2025-01-10 15:47:30
Application Flow Chart
  • References/PHP/CodeIgniter/User guide/Overview

The following graphic illustrates how data flows throughout the system:

2025-01-10 15:47:30
CodeIgniter URLs
  • References/PHP/CodeIgniter/User guide/General

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

2025-01-10 15:47:30
Upgrading From a Previous Version
  • References/PHP/CodeIgniter/User guide/Installation

Please read the upgrade notes corresponding to the version you are upgrading from. Upgrading from 3.0.6 to 3.1.0

2025-01-10 15:47:30
Design and Architectural Goals
  • References/PHP/CodeIgniter/User guide/Overview

Our goal for CodeIgniter is maximum performance, capability, and flexibility in the smallest, lightest possible package. To meet this goal we

2025-01-10 15:47:30
CodeIgniter at a Glance
  • References/PHP/CodeIgniter/User guide/Overview

CodeIgniter is an Application Framework CodeIgniter is a toolkit for people who build web applications using PHP. Its goal is to enable you

2025-01-10 15:47:30
Creating Libraries
  • References/PHP/CodeIgniter/User guide/General

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

2025-01-10 15:47:30
News section
  • References/PHP/CodeIgniter/User guide/Tutorial

In the last section, we went over some basic concepts of the framework by writing a class that includes static pages. We cleaned up the URI by adding custom routing rules.

2025-01-10 15:47:30