diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-01-12 03:19:19 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-01-12 03:19:19 +0100 |
commit | 5a519db2c4884a3972dd33e09d0b3a314aa222e2 (patch) | |
tree | e693c7dfcfb0201df17a5c0df4161253bb2ad07d /user_guide_src/source/general | |
parent | 78fa58a66f4e0d31043f0d3d8a64088fb8900361 (diff) |
Implement autoload model aliasing (#2117)
Diffstat (limited to 'user_guide_src/source/general')
-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. |