digphp/pagination

digphp pagination

Installs: 9

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/digphp/pagination

1.0.0 2022-03-10 05:51 UTC

This package is auto-updated.

Last update: 2025-10-10 13:57:08 UTC


README

一个功能简单的分页生成器

安装

composer require digphp/pagination

用例

<?php
$phpcode='<?php echo 123;';
$pagination=new \DigPHP\Pagination\Pagination();
$pagination->render($current, $total, $pagenum = 20, $round = 2):array;