mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 11:39:41 +08:00
update class autoloading mechanism link (#18874)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
类自动加载(Autoloading)
|
||||
======================
|
||||
|
||||
Yii 依靠[类自动加载机制](https://secure.php.net/manual/en/language.oop5.autoload.php)来定位和包含所需的类文件。
|
||||
Yii 依靠[类自动加载机制](https://www.php.net/manual/zh/language.oop5.autoload.php)来定位和包含所需的类文件。
|
||||
它提供一个高性能且完美支持[PSR-4 标准](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md)
|
||||
的自动加载器。
|
||||
该自动加载器会在引入框架文件 `Yii.php` 时安装好。
|
||||
|
||||
Reference in New Issue
Block a user