Skip to content

Commit

Permalink
[ci skip] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agungsugiarto committed Sep 28, 2020
1 parent 6c2bc9e commit 0f6a66a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ class NewsController extends BaseController
- Execute the query as a "select" statement or get all results:

```php
/**
* Get method implement parameter "select", "limit" and "offset".
* The default will be select * and return all offset data.
*
* Example: $this->news->get(['*'], 50, 100);
*/
$news = $this->news->get();
```

Expand Down

0 comments on commit 0f6a66a

Please sign in to comment.