Skip to content

Commit

Permalink
docs: replace description
Browse files Browse the repository at this point in the history
CodeIgniter seems to use the classmap only for the third-party libraries
that are included in CI4 core.
  • Loading branch information
kenjis committed Mar 27, 2024
1 parent 9f9634a commit d99eba7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions user_guide_src/source/concepts/autoloader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ You will need to modify any existing files that are referencing the current name
Classmap
========

The classmap is used extensively by CodeIgniter to eke the last ounces of performance out of the system
by not hitting the file-system with extra ``is_file()`` calls. You can use the classmap to link to
third-party libraries that are not namespaced:
If you use third-party libraries that are not Composer packages and are not namespaced,
you can load those classes using the classmap:

.. literalinclude:: autoloader/003.php

Expand Down

0 comments on commit d99eba7

Please sign in to comment.