Query
abstract class Query implements Queryable
Constants
protected NAME_PAGESIZE |
|
protected NAME_PAGE |
|
protected OBJECT_MASK |
|
Properties
int | $pagesize | 分页数量 | |
int | $usePaginate | 是否使用分页 | |
protected int | $total | 分页总长度 | |
protected Closure | $collectionCallback | 对查询出来的数据集合进行回调, 参数是查询的所有数据 |