diff options
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> |