Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 784 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 784 Bytes


Small class based php framework with pagination methods

This small class based framework, gives you 2 approaches to paginate you content.

Numerator provide amazing, convenient and efficiency pagination mechanism.

4 Simple steps and you're good to go

require_once 'Numerator.php';
$Numerator = new \Numerator\Numerator('&');
$Numerator->setNumerator([2, 2, 5, 95]);
echo $Numerator->getHtml(8);

Check out the full documentation here.

Contact

Feel free to contact me at avielfedida@gmail.com, hope you make the best out this framework.

Version: 1.0
License: MIT