Skip to content

Commit d99eba7

Browse files
committed
docs: replace description
CodeIgniter seems to use the classmap only for the third-party libraries that are included in CI4 core.
1 parent 9f9634a commit d99eba7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

user_guide_src/source/concepts/autoloader.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ You will need to modify any existing files that are referencing the current name
9999
Classmap
100100
========
101101

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

106105
.. literalinclude:: autoloader/003.php
107106

0 commit comments

Comments
 (0)