You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,11 @@ if ($post) {
115
115
}
116
116
```
117
117
118
+
> The pattern is similar to [Yii2 Active Record](https://www.yiiframework.com/doc/guide/2.0/en/db-active-record#active-record) and [Laravel Eloquent](https://laravel.com/docs/5.8/eloquent#inserting-and-updating-models)
119
+
118
120
### Find with Query Builder
119
121
120
-
The Model would defined database coonnections and table itself.
122
+
Start to use CodeIgniter Query Builder from `find()` method, the Model will automatically load its own database connections and data tables.
0 commit comments