ship-sun/pagination

1.0.1 2018-01-29 03:17 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:43:01 UTC


README

use Pagination\Page;

$page = new Page();

$page->setBaseUrl('http://www.ship.com/pagination/test?p=');

$page->setPagingNo(5);