You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 file_exists() calls. You can use the classmap to link to third-party libraries that are not namespaced: https://bcit-ci.github.io/CodeIgniter4/concepts/autoloader.html
EKE Should be Make
The text was updated successfully, but these errors were encountered:
"eke" is correct - it means to squeeze a bit more out of something, in this case performance.
Separately, the performance gains of the classmap are being questioned, so it may not be in the final project. Either way, no wording change is needed right now.
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 file_exists() calls. You can use the classmap to link to third-party libraries that are not namespaced:
https://bcit-ci.github.io/CodeIgniter4/concepts/autoloader.html
EKE Should be Make
The text was updated successfully, but these errors were encountered: