File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
user_guide_src/source/concepts Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ hard-coding that location into your files in a series of ``requires()`` is a mas
1010headache and very error-prone. That's where autoloaders come in.
1111
1212CodeIgniter provides a very flexible autoloader that can be used with very little configuration.
13- It can locate individual non-namespaced classes, namespaced classes that adhere to
13+ It can locate individual namespaced classes that adhere to
1414`PSR-4 <https://www.php-fig.org/psr/psr-4/ >`_ autoloading
15- directory structures, and will even attempt to locate classes in common directories (like Controllers,
16- Models, etc).
15+ directory structures.
1716
1817For performance improvement, the core CodeIgniter components have been added to the classmap.
1918
You can’t perform that action at this time.
0 commit comments