diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 03:44:27 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 03:44:27 +0100 |
commit | c6da50384e06c60e242cb4442abb9c6c9b450674 (patch) | |
tree | 40f5e6dbc6c9d10b933c07be01de660ee8d6f2fb /user_guide/general/autoloader.html | |
parent | a9730c337ef046f1c5391cec2a9e54ac613a4e6d (diff) |
completely removed Plugins from CodeIgniter
Diffstat (limited to 'user_guide/general/autoloader.html')
-rw-r--r-- | user_guide/general/autoloader.html | 3 |
1 files changed, 1 insertions, 2 deletions
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 <h1>Auto-loading Resources</h1> -<p>CodeIgniter comes with an "Auto-load" feature that permits libraries, helpers, and plugins to be initialized +<p>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.</p> @@ -66,7 +66,6 @@ consider auto-loading them for convenience.</p> <ul> <li>Core classes found in the "libraries" folder</li> <li>Helper files found in the "helpers" folder</li> -<li>Plugins found in the "plugins" folder</li> <li>Custom config files found in the "config" folder</li> <li>Language files found in the "system/language" folder </li> <li>Models found in the "models" folder</li> |