config_item()
  • References/PHP/CodeIgniter/Functions

config_item($key)

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
CI_Encryption::encrypt()
  • References/PHP/CodeIgniter/Encryption

encrypt($data[, $params = NULL])

2025-01-10 15:47:30
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
html_escape()
  • References/PHP/CodeIgniter/Functions

html_escape($var)

2025-01-10 15:47:30
CI_Upload::data()
  • References/PHP/CodeIgniter/File Uploading

data([$index = NULL])

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