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