Skip to content

Commit 4bbecfd

Browse files
committed
docs: add section title
1 parent f6fb60d commit 4bbecfd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

user_guide_src/source/concepts/autoloader.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ classes that your project is using. Keeping track of where every single file is,
1313
hard-coding that location into your files in a series of ``requires()`` is a massive
1414
headache and very error-prone. That's where autoloaders come in.
1515

16+
CodeIgniter4 Autoloader
17+
***********************
18+
1619
CodeIgniter provides a very flexible autoloader that can be used with very little configuration.
1720
It can locate individual namespaced classes that adhere to
1821
`PSR-4 <https://www.php-fig.org/psr/psr-4/>`_ autoloading

0 commit comments

Comments
 (0)