summaryrefslogtreecommitdiffstats
path: root/user_guide/general/libraries.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/general/libraries.html')
-rw-r--r--user_guide/general/libraries.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/general/libraries.html b/user_guide/general/libraries.html
index 231f1096b..5fc389be6 100644
--- a/user_guide/general/libraries.html
+++ b/user_guide/general/libraries.html
@@ -62,6 +62,7 @@ Using Code Igniter Libraries
<h1>Using Code Igniter Libraries</h1>
+
<p>All of the available libraries are located in your <dfn>system/libraries</dfn> folder.
In most cases, to use one of these classes involves initializing it within a <a href="controllers.html">controller</a> using the following initialization function:</p>