Skip to content

avielfedida/Numerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 [email protected], hope you make the best out this framework.

Version: 1.0
License: MIT

About

Small class based php framework with pagination methods

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages