We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827c360 commit 6f9c8d4Copy full SHA for 6f9c8d4
user_guide_src/source/concepts/autoloader.rst
@@ -10,7 +10,7 @@ hard-coding that location into your files in a series of ``requires()`` is a mas
10
headache and very error-prone. That's where autoloaders come in.
11
12
CodeIgniter 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
+It can locate individual namespaced classes that adhere to
14
`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).
0 commit comments