summaryrefslogtreecommitdiffstats
path: root/user_guide/general/libraries.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-26 09:52:09 +0200
committeradmin <devnull@localhost>2006-09-26 09:52:09 +0200
commit7981a9a752c339611ae10a252469f9dbc266fb96 (patch)
tree9a66510a001a586e381b73c355b9888d64519b1a /user_guide/general/libraries.html
parentebbe383453f3f18d09a8c7f3437d5712bdb8e650 (diff)
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>