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 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'user_guide/general/autoloader.html') 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.