Creating Drivers
  • References/PHP/CodeIgniter/User guide/General

Driver Directory and File Structure Sample driver directory and file structure layout:

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
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
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
Conclusion
  • References/PHP/CodeIgniter/User guide/Tutorial

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

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
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
Controllers
  • References/PHP/CodeIgniter/User guide/General

Controllers are the heart of your application, as they determine how HTTP requests should be handled. Page Contents

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
Web Page Caching
  • References/PHP/CodeIgniter/User guide/General

CodeIgniter lets you cache your pages in order to achieve maximum performance. Although CodeIgniter is quite fast, the amount of dynamic information

2025-01-10 15:47:30