From ad2353d3b0cf0e680812b7d4c25acd55908b1eb6 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Mon, 11 Jun 2007 04:37:21 +0000 Subject: --- user_guide/general/core_classes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/general') diff --git a/user_guide/general/core_classes.html b/user_guide/general/core_classes.html index 58fa5d961..84aa55022 100644 --- a/user_guide/general/core_classes.html +++ b/user_guide/general/core_classes.html @@ -140,7 +140,7 @@ class MY_Input extends CI_Input {
}

Tip:  Any functions in your class that are named identically to the functions in the parent class will be used instead of the native ones -(this is known as "method overloading"). +(this is known as "method overriding"). This allows you to substantially alter the CodeIgniter core.

-- cgit v1.2.3-24-g4f1b