From e7e1dcd452a15abaaa01c03cd1ade564e3a59453 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 18:04:01 +0000 Subject: --- user_guide/libraries/loader.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/libraries/loader.html') diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html index 44bae34ad..32bbddfe6 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -83,13 +83,13 @@ Note: We use the terms "class" and "library" interchangeably.

Once loaded, the library will be ready for use, using $this->email->some_function(). -Each library is described in detail in its own page, so please read theinformation regarding each one you would like to use.

+Each library is described in detail in its own page, so please read the information regarding each one you would like to use.

Parameters can be passed to the library via an array in the second parameter. -

If you would like your libraries assigned to a different variable name then the default you can specify the name in the second paramter:

+

If you would like your libraries assigned to a different variable name then the default you can specify the name in the second parameter:

$this->load->library('email', 'E'); // Assigns the email object to "E"
-- cgit v1.2.3-24-g4f1b