Updated title

This commit is contained in:
huangzhhui 2019-06-16 18:04:33 +08:00
parent f71ace60ff
commit 61e07b97a3
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
* [快速开始](zh/db/quick-start.md)
* [查询构造器](zh/db/querybuilder.md)
* [模型](zh/db/model.md)
* [分页](zh/db/paginator.md)
* [查询分页](zh/db/paginator.md)
* [模型事件](zh/db/event.md)
* [模型缓存](zh/db/model-cache.md)
* [数据库迁移](zh/db/migration.md)

View File

@ -1,4 +1,4 @@
# 分页
# 查询分页
在使用 [hyperf/database](https://github.com/hyperf-cloud/database) 来查询数据时,可以很方便的通过与 [hyperf/paginator](https://github.com/hyperf-cloud/paginator) 组件配合便捷地对查询结果进行分页。