Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.

arabcoders/pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pagination

Pagination..

Install

Via Composer

$ composer require arabcoders/pagination

Usage Example.

<?php

require __DIR__ . '/../../autoload.php';

$renderer = new \arabcoders\pagination\Renderer\HTML();

$pagination = ( new \arabcoders\pagination\Pagination( $renderer ) )->setItems( 50 ,1 ,10 );

echo $pagination->render();