diff options
author | Andrey Andreev <narf@devilix.net> | 2015-07-10 11:41:25 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-07-10 11:41:25 +0200 |
commit | 9bb9d072259fead8e4d9693e9b40efc91d5ad7de (patch) | |
tree | abb112941d7240ce500327b92f09973c51b467c3 | |
parent | 91da5d1cc0f339f94922e48bdcce1bace602713a (diff) |
[ci skip] Clarify comments about libraries/drivers autoloading
Close #3964
-rw-r--r-- | application/config/autoload.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/application/config/autoload.php b/application/config/autoload.php index 3f0bd24f2..4bc6bf0ad 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -45,8 +45,9 @@ $autoload['packages'] = array(); | ------------------------------------------------------------------- | Auto-load Libraries | ------------------------------------------------------------------- -| These are the classes located in the system/libraries folder -| or in your application/libraries folder. +| These are the classes located in system/libraries/ or your +| application/libraries/ directory, with the addition of the +| 'database' library, which is somewhat of a special case. | | Prototype: | @@ -63,8 +64,9 @@ $autoload['libraries'] = array(); | ------------------------------------------------------------------- | Auto-load Drivers | ------------------------------------------------------------------- -| These classes are located in the system/libraries folder or in your -| application/libraries folder within their own subdirectory. They +| These classes are located in system/libraries/ or in your +| application/libraries/ directory, but are also placed inside their +| own subdirectory and they extend the CI_Driver_Library class. They | offer multiple interchangeable driver options. | | Prototype: |