From e334c472fb4be44feec3a73402fc4a2b062cbfc0 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 19:44:22 +0000 Subject: --- user_guide/general/core_classes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 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 6d2f3804f..c5d021e63 100644 --- a/user_guide/general/core_classes.html +++ b/user_guide/general/core_classes.html @@ -12,7 +12,7 @@ @@ -69,7 +69,7 @@ It is possible, however, to swap any of the core system classes with your own ve but the option to replace or extend them does exist for those who would like to significantly alter the Code Igniter core.

-

Note:  Messing with a core system class has a lot of implications, so make sure you +

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

@@ -118,7 +118,7 @@ Extending a class is nearly identical to replacing a class with a couple excepti

For example, to extend the native Input class you'll create a file named application/libraries/MY_Input.php, and declare your class with:

-- cgit v1.2.3-24-g4f1b