Alternate PHP Syntax for View Files
  • References/PHP/CodeIgniter/User guide/General

If you do not utilize CodeIgniter’s template engine, you’ll

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
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
Troubleshooting
  • References/PHP/CodeIgniter/User guide/Installation

If you find that no matter what you put in your URL only your default page is loading, it might be that your server does not support the REQUEST_URI variable needed to serve

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

CodeIgniter comes with an “Auto-load” feature that permits libraries, helpers, and models to be initialized automatically every time the system runs. If you need certain resources

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

Helpers, as the name suggests, help you with tasks. Each helper file is simply a collection of functions in a particular category. There are URL Helpers, that

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

In order to help out, CodeIgniter uses a series of function, method, class and variable names in its operation. Because of this, some names cannot be used by a developer. Following

2025-01-10 15:47:30
Downloading CodeIgniter
  • References/PHP/CodeIgniter/User guide/Installation

CodeIgniter v3.1.0 (Current

2025-01-10 15:47:30
Running via the CLI
  • References/PHP/CodeIgniter/User guide/General

As well as calling an applications Controllers via the URL in a browser

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

By default it is assumed that you only intend to use CodeIgniter to manage one application, which you will build in your application/ directory. It is possible, however

2025-01-10 15:47:30