From d2df9bc7cc9d4b3e53818470c5d0977c9a36677c Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 15 Apr 2007 17:41:17 +0000 Subject: update pMachine to EllisLab update copyright year update Code Igniter to CodeIgniter --- user_guide/general/core_classes.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'user_guide/general/core_classes.html') diff --git a/user_guide/general/core_classes.html b/user_guide/general/core_classes.html index 0e13ce7d6..58fa5d961 100644 --- a/user_guide/general/core_classes.html +++ b/user_guide/general/core_classes.html @@ -2,7 +2,7 @@ -Code Igniter User Guide +CodeIgniter User Guide @@ -22,7 +22,7 @@ window.onload = function() { - + @@ -33,7 +33,7 @@ window.onload = function() {
- +

Code Igniter User Guide Version 1.5.2

CodeIgniter User Guide Version 1.5.3

@@ -45,7 +45,7 @@ window.onload = function() { @@ -62,11 +62,11 @@ Creating Core System Classes

Creating Core System Classes

-

Every time Code Igniter runs there are several base classes that are initialized automatically as part of the core framework. +

Every time CodeIgniter runs there are several base classes that are initialized automatically as part of the core framework. It is possible, however, to swap any of the core system classes with your own versions or even extend the core versions.

Most users will never have any need to do this, -but the option to replace or extend them does exist for those who would like to significantly alter the Code Igniter core. +but the option to replace or extend them does exist for those who would like to significantly alter the CodeIgniter core.

Note:  Messing with a core system class has a lot of implications, so make sure you @@ -75,7 +75,7 @@ know what you are doing before attempting it.

System Class List

-

The following is a list of the core system files that are invoked every time Code Igniter runs:

+

The following is a list of the core system files that are invoked every time CodeIgniter runs: