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:
@ -37,8 +37,8 @@ echo $model->name;
|
||||
```
|
||||
|
||||
也可像访问数组单元项一样访问属性,这要感谢[[yii\base\Model]]支持
|
||||
[ArrayAccess 数组访问](https://secure.php.net/manual/en/class.arrayaccess.php)
|
||||
和 [ArrayIterator 数组迭代器](https://secure.php.net/manual/en/class.arrayiterator.php):
|
||||
[ArrayAccess 数组访问](https://www.php.net/manual/en/class.arrayaccess.php)
|
||||
和 [ArrayIterator 数组迭代器](https://www.php.net/manual/en/class.arrayiterator.php):
|
||||
|
||||
```php
|
||||
$model = new \app\models\ContactForm;
|
||||
|
||||
Reference in New Issue
Block a user