From cf49390d3d699d878eb6e151745e80285465ddb9 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 10 Oct 2006 07:12:31 +0000 Subject: --- user_guide/general/creating_libraries.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user_guide/general/creating_libraries.html') diff --git a/user_guide/general/creating_libraries.html b/user_guide/general/creating_libraries.html index 73bc4d60f..fb3f41789 100644 --- a/user_guide/general/creating_libraries.html +++ b/user_guide/general/creating_libraries.html @@ -250,8 +250,11 @@ class MY_Email extends CI_Email {
$this->load->library('my_email'); +

Once loaded you will use the class variable as you normally would for the class you are extending. In the case of +the email class all calls will use: +$this->email->some_function(); -- cgit v1.2.3-24-g4f1b