diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-10-09 15:25:27 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-10-09 15:25:27 +0200 |
commit | befdc87b1ce6caf47c6f8b1dfa02333dfee8a950 (patch) | |
tree | 58c9c2ecc2c9fdf394a2d1a6d727d3e4ff07a136 /user_guide/general/autoloader.html | |
parent | 6838f00a708f53f834fb8a98af560177db1d1454 (diff) |
Added the ability to auto-load Models
Diffstat (limited to 'user_guide/general/autoloader.html')
-rw-r--r-- | user_guide/general/autoloader.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/general/autoloader.html b/user_guide/general/autoloader.html index 55b3c0d38..c90120cc8 100644 --- a/user_guide/general/autoloader.html +++ b/user_guide/general/autoloader.html @@ -74,6 +74,7 @@ consider auto-loading them for convenience.</p> <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>
</ul>
<p>To autoload resources, open the <var>application/config/autoload.php</var> file and add the item you want
|