I am looking for a php pagination class, I have used a rather simple one in the past and it is no longer supported.
I was wondering if anyone had any recommendations ?
It seems pointless to build my own when there are probably so many good ones out there.
Its Very possible that your SQL SELECT statement query may 1000 result into thousand of records. But its is not good idea to display all the results on one page. So we can divide this result into many pages as per requirement as pagination Class .
PAGINATE DATA WITH PAGINATION CLASS VERY EASY
pagination Class helps to generate paging
How To Use Pagination Class visit this link for more info http://utlearn.com/2017/02/15/pagination-class-use-pagination-class/
I would suggest Zend_Paginator for the following reasons
Use:
Result:
Have you tried PEAR::Pager? Usage examples here.
you can try this: Zebra_Pagination, a generic, Twitter Bootstrap compatible, pagination class written in PHP check the link below: http://stefangabos.ro/php-libraries/zebra-pagination