noking50/pagination

此包最新版本(1.0.1)没有可用的许可信息。

模型的分页

1.0.1 2018-06-21 07:17 UTC

This package is not auto-updated.

Last update: 2024-09-29 06:25:38 UTC


README

分页列表

安装

安装

composer required noking50/pagination

配置

return [
    'items' => 10,
    'pages' => 10,
    'data_display' => [
        10 => '10',
        25 => '25',
        50 => '50',
        100 => '100',
    ],
];

使用方法