PHP Classes / Simple Pager

Calculate total pages and rows for paged listings

Simple Pager PHP Class

This is a very simple class that can be used to calculate the pages and rows to display in a paged listing. It takes a parameter the total number of rows to list, the limit of rows to display per page, and the number of the current page. It calculates the total number of pages in the whole listing, and the number of the row start starts the current page.

Similar PHP Classes

Search in PHP Classes

Filter by tags