mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 13:58:24 +08:00
syntax fix [skip ci]
This commit is contained in:
@@ -53,7 +53,7 @@ use yii\helpers\StringHelper;
|
||||
* * Using the `new` operator to create a new, empty object
|
||||
* * Using a method to fetch an existing record (or records) from the database
|
||||
*
|
||||
* Here is a short teaser how working with an ActiveRecord looks like:
|
||||
* Below is an example showing some typical usage of ActiveRecord:
|
||||
*
|
||||
* ```php
|
||||
* $user = new User();
|
||||
|
||||
Reference in New Issue
Block a user