Views
  • References/PHP/CodeIgniter/User guide/General

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.,

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

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

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

Developers often desire different system behavior depending on whether an application is running in a development or production environment. For example, verbose error output

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

Models are optionally available for those who want to use a more traditional MVC approach. Page Contents

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

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

2025-01-10 15:47:30
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
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
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
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