Skip to content

Commit

Permalink
ajust readme for paginate
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldoni committed Nov 6, 2018
1 parent 152ccaf commit 62ec81c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<br/>
<img src="https://img.shields.io/badge/PHP-7.2-blue.svg?style=plastic">
<br/>
PHP SQL query builder using PDO
PHP Query builder, Paginate and Hydratation using PDO

## Features

Expand All @@ -25,8 +25,9 @@ PHP SQL query builder using PDO
- [fetch](https://github.com/fgoldoni/QueryBuilder#fetch)
- [fetchOrFail](https://github.com/fgoldoni/QueryBuilder#fetchOrFail)
- [execute](https://github.com/fgoldoni/QueryBuilder#execute)
- [paginate](https://github.com/fgoldoni/QueryBuilder#paginate)

* **Pagination**
- [paginate](https://github.com/fgoldoni/QueryBuilder#paginate)
* **Hydration** Ability to return a collection of objects:
- [into(Demo::class)](https://github.com/fgoldoni/QueryBuilder#Hydration)

Expand Down

0 comments on commit 62ec81c

Please sign in to comment.