diff options
author | Eric Roberts <eric@cryode.com> | 2013-01-12 04:21:25 +0100 |
---|---|---|
committer | Eric Roberts <eric@cryode.com> | 2013-01-12 04:21:25 +0100 |
commit | 7a4fb63a43392fc1cf5a5ead32ad81451c53dc67 (patch) | |
tree | 9fb1452b99805eaf655b8760f18ece663c160783 /user_guide_src/source/general/autoloader.rst | |
parent | c90e67ea553f1ff0fc22f280583fca22f95f9f42 (diff) | |
parent | 5a519db2c4884a3972dd33e09d0b3a314aa222e2 (diff) |
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into feature/output-cache-improvements
Diffstat (limited to 'user_guide_src/source/general/autoloader.rst')
-rw-r--r-- | user_guide_src/source/general/autoloader.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/general/autoloader.rst b/user_guide_src/source/general/autoloader.rst index e5cec723b..bf2e3935a 100644 --- a/user_guide_src/source/general/autoloader.rst +++ b/user_guide_src/source/general/autoloader.rst @@ -15,7 +15,7 @@ The following items can be loaded automatically: - Language files found in the *system/language/* directory - Models found in the *models/* folder -To autoload resources, open the *application/config/autoload.php* +To autoload resources, open the **application/config/autoload.php** file and add the item you want loaded to the autoload array. You'll find instructions in that file corresponding to each type of item. |