Adjust symbol.

This commit is contained in:
AbrahamGreyson
2014-07-14 16:13:40 +08:00
parent 4db4c02894
commit 16da8201b1

View File

@ -1,7 +1,7 @@
类自动加载Autoloading 类自动加载Autoloading
================= =================
Yii 依靠[类自动加载机制(http://www.php.net/manual/en/language.oop5.autoload.php)来定位和包含所需的类文件。它提供一个高性能且完美支持[PSR-4 标准](https://github.com/php-fig/fig-standards/blob/master/proposed/psr-4-autoloader/psr-4-autoloader.md)[中文汉化](https://github.com/hfcorriez/fig-standards/blob/zh_CN/%E6%8E%A5%E5%8F%97/PSR-4-autoloader.md))的自动加载器。该自动加载器会在引入框架文件 `Yii.php` 时安装好。 Yii 依靠[类自动加载机制](http://www.php.net/manual/en/language.oop5.autoload.php)来定位和包含所需的类文件。它提供一个高性能且完美支持[PSR-4 标准](https://github.com/php-fig/fig-standards/blob/master/proposed/psr-4-autoloader/psr-4-autoloader.md)[中文汉化](https://github.com/hfcorriez/fig-standards/blob/zh_CN/%E6%8E%A5%E5%8F%97/PSR-4-autoloader.md))的自动加载器。该自动加载器会在引入框架文件 `Yii.php` 时安装好。
> 注意为了简化叙述本篇文档中我们只会提及类的自动加载。不过要记得文中的描述同样也适用于接口和Trait特质的自动加载哦。 > 注意为了简化叙述本篇文档中我们只会提及类的自动加载。不过要记得文中的描述同样也适用于接口和Trait特质的自动加载哦。