From 7981a9a752c339611ae10a252469f9dbc266fb96 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 26 Sep 2006 07:52:09 +0000 Subject: --- user_guide/general/controllers.html | 3 ++- user_guide/general/libraries.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html index 4e39b23e2..54366ce36 100644 --- a/user_guide/general/controllers.html +++ b/user_guide/general/controllers.html @@ -375,8 +375,9 @@ is a list of reserved names. Do not name your controller functions any of these
  • _ci_autoload
  • _ci_autoloader
  • _ci_assign_core
  • -
  • _ci_initialize
  • +
  • _ci_init_class
  • _ci_init_database
  • +
  • _ci_init_model
  • _ci_init_scaffolding
  • _ci_is_loaded
  • _ci_load
  • 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

    Using Code Igniter Libraries

    +

    All of the available libraries are located in your system/libraries folder. In most cases, to use one of these classes involves initializing it within a controller using the following initialization function:

    -- cgit v1.2.3-24-g4f1b