美文网首页
【laravel:5.1】Pagination

【laravel:5.1】Pagination

作者: 张健飞 | 来源:发表于2016-12-02 15:41 被阅读0次

Paginator.php  // 处理简单分页

LengthAwarePaginator.php // 处理复杂点的分页

// 这两个是实现类

AbstractPaginator.php  // 抽象类, 需要实现

SimpleBootstrapThreePresenter

BootstrapThreePresenter

// 两个表现类, 实现 render(), hasPages(), 方法

// 上一个是下一个的子类

UrlWindow.php // url 的窗口数据, 在 BootstrapThreePresenter 的 construct 被注入

UrlWindowPresenterTrait.php // 工具类, 在BootstrapThreePresenter被使用

相关文章

网友评论

      本文标题:【laravel:5.1】Pagination

      本文链接:https://www.haomeiwen.com/subject/cuhqmttx.html