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.
require_once 'Numerator.php';
$Numerator = new \Numerator\Numerator('&');
$Numerator->setNumerator([2, 2, 5, 95]);
echo $Numerator->getHtml(8);
Check out the full documentation here.
Feel free to contact me at [email protected]
, hope you make the best out this framework.