PHP autoloading standards
TYPO3
Show in appDescription
The different PHP autoloading standards (PSR-4, class maps), how they map PHP classes to files and folders, and how the PSR-4 autoloading is configured.
Goals
- I know where to place the class file for a certain class in a certain namespace when using PSR-4 autoloading.
- I can set up a proper PSR-4 autoloading configuration.
- I know how to debug and solve problems related to autoloading.
Maintainer
Andreas Wolf