From 8d027fad2fe50fa05b6bb967883a9ddfa673c746 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 5 Jul 2010 07:47:38 -0400 Subject: fixed missing

in guide --- user_guide/libraries/loader.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/loader.html') diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html index d9a3787cb..1d5a47f40 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -76,7 +76,7 @@ Note: We use the terms "class" and "library" interchangeably.

$this->load->library('email'); -

Once loaded, the library will be ready for use, using $this->email->some_function(). +

Once loaded, the library will be ready for use, using $this->email->some_function().

Library files can be stored in subdirectories within the main "libraries" folder, or within your personal application/libraries folder. To load a file located in a subdirectory, simply include the path, relative to the "libraries" folder. -- cgit v1.2.3-24-g4f1b