mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
[doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net * Replace http://www.php.net with https://www.php.net
This commit is contained in:
@ -55,6 +55,6 @@ Yii 发行包中附带的系统要求检查器查看每个具体特性所需的
|
||||
|
||||
使用 Yii 需要对面向对象编程(OOP)有基本了解,因为 Yii 是一个纯面向对象的框架。Yii 2.0 还使用了 PHP 的最新特性,
|
||||
例如[命名空间](https://www.php.net/manual/en/language.namespaces.php)
|
||||
和[Trait(特质)](https://secure.php.net/manual/en/language.oop5.traits.php)。
|
||||
和[Trait(特质)](https://www.php.net/manual/en/language.oop5.traits.php)。
|
||||
理解这些概念将有助于你更快地掌握 Yii 2.0。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user