We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fb60d commit 4bbecfdCopy full SHA for 4bbecfd
1 file changed
user_guide_src/source/concepts/autoloader.rst
@@ -13,6 +13,9 @@ classes that your project is using. Keeping track of where every single file is,
13
hard-coding that location into your files in a series of ``requires()`` is a massive
14
headache and very error-prone. That's where autoloaders come in.
15
16
+CodeIgniter4 Autoloader
17
+***********************
18
+
19
CodeIgniter provides a very flexible autoloader that can be used with very little configuration.
20
It can locate individual namespaced classes that adhere to
21
`PSR-4 <https://www.php-fig.org/psr/psr-4/>`_ autoloading
0 commit comments