diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2007-06-11 06:37:21 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2007-06-11 06:37:21 +0200 |
commit | ad2353d3b0cf0e680812b7d4c25acd55908b1eb6 (patch) | |
tree | a6d32d217d507ade909bb63097c9438c99057656 /user_guide | |
parent | 64bbd04d8a3c92e577254513504e9c9d617fe676 (diff) |
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/general/core_classes.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 {<br /> }</code>
<p class="important"><strong>Tip:</strong> 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.</p>
|