Using the Yii Autoloader Class Map Using Other Autoloaders Autoloading Extension Classes
Yii relies on the class autoloading mechanism to locate and include all required class files. It provides a high-performance class autoloader that is compliant with the PSR-4 standard. The autoloader is installed when you include the Yii.php file.
Note: For simplicity of description, in this section we will only talk about autoloading of classes. However, keep in mind that the content we are describing he