\DbPaging

数据库查询数据分页帮助工具

Summary

Methods
Properties
Constants
RetrivePage()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

RetrivePage()

RetrivePage(string|array  $tableName, array|integer  $id, integer  $limits = 100) 

返回分页数据

Parameters

string|array $tableName

数据表的名字或者数据库配置

array|integer $id

可以是数字id或者一个数组用来指示id列 如果$id是一个数字的话,则默认数据表的id列的名称为id,则这个$id参数表示start的id编号 如果$id参数是一个数组的话,则需要传入的形式为:["idName" => start]

integer $limits

每一页显示的数量