Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Feb 7, 2017
1 parent 2993c1e commit 84b4362
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ $user->save();
$admins = User::find()->where(['type' => User::ADMIN_TYPE])->all();
```

Basically all features of Yii ActiveRecords work if your API provides them.
Basically all features of [Yii2 ActiveRecord] work if your API provides them.

[Yii2 ActiveRecord]: http://www.yiiframework.com/doc-2.0/guide-db-active-record.html

## License

Expand Down
4 changes: 3 additions & 1 deletion docs/readme/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ $user->save();
$admins = User::find()->where(['type' => User::ADMIN_TYPE])->all();
```

Basically all features of Yii ActiveRecords work if your API provides them.
Basically all features of [Yii2 ActiveRecord] work if your API provides them.

[Yii2 ActiveRecord]: http://www.yiiframework.com/doc-2.0/guide-db-active-record.html

0 comments on commit 84b4362

Please sign in to comment.