summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-01-12 03:19:19 +0100
committerAndrey Andreev <narf@bofh.bg>2013-01-12 03:19:19 +0100
commit5a519db2c4884a3972dd33e09d0b3a314aa222e2 (patch)
treee693c7dfcfb0201df17a5c0df4161253bb2ad07d /user_guide_src/source/general
parent78fa58a66f4e0d31043f0d3d8a64088fb8900361 (diff)
Implement autoload model aliasing (#2117)
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r--user_guide_src/source/general/autoloader.rst2
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.