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 9f9634a commit d99eba7Copy full SHA for d99eba7
user_guide_src/source/concepts/autoloader.rst
@@ -99,9 +99,8 @@ You will need to modify any existing files that are referencing the current name
99
Classmap
100
========
101
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:
+If you use third-party libraries that are not Composer packages and are not namespaced,
+you can load those classes using the classmap:
105
106
.. literalinclude:: autoloader/003.php
107
0 commit comments