From c6da50384e06c60e242cb4442abb9c6c9b450674 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 9 Mar 2010 20:44:27 -0600 Subject: completely removed Plugins from CodeIgniter --- user_guide/general/autoloader.html | 3 +- user_guide/general/helpers.html | 2 +- user_guide/general/libraries.html | 2 +- user_guide/general/plugins.html | 127 --------------------------------- user_guide/general/reserved_names.html | 4 +- 5 files changed, 4 insertions(+), 134 deletions(-) delete mode 100644 user_guide/general/plugins.html (limited to 'user_guide/general') diff --git a/user_guide/general/autoloader.html b/user_guide/general/autoloader.html index 8d7f5d8c7..d697c8a94 100644 --- a/user_guide/general/autoloader.html +++ b/user_guide/general/autoloader.html @@ -57,7 +57,7 @@ Auto-loading Resources

Auto-loading Resources

-

CodeIgniter comes with an "Auto-load" feature that permits libraries, helpers, and plugins to be initialized +

CodeIgniter comes with an "Auto-load" feature that permits libraries, helpers, and models to be initialized automatically every time the system runs. If you need certain resources globally throughout your application you should consider auto-loading them for convenience.

@@ -66,7 +66,6 @@ consider auto-loading them for convenience.

-


+


If you are running PHP 4 there are some additional reserved names. These ONLY apply if you are running PHP 4.