DS Pager
Package:
Summary:
Show links to browse listings split in pages
Groups:
Author:
Description:
This class can be used to show links to browse listings split in pages.
It takes as parameters the total number of entries in the listing, the limit number of entries displayed per page and the number of the current page.
The class shows links to browse to the first, previous, next and last pages.
It can also return the total number of pages and a string with the values for the LIMIT clause of a SELECT database query.
It takes as parameters the total number of entries in the listing, the limit number of entries displayed per page and the number of the current page.
The class shows links to browse to the first, previous, next and last pages.
It can also return the total number of pages and a string with the values for the LIMIT clause of a SELECT database query.
Comments are closed.