PHP-Klasse::impaginator 06.10.2007

Kurzbeschreibung: Show links to browse SQL query results in pages
Veröffentlicht am: 06.10.2007
Gruppe(n):
- Databases
- HTML
- Pagination
Beschreibung:
This class can be used to show navigation links to browse SQL database query result listings split between multiple pages.
It takes as parameters the maximum number of entries to list per page and an SQL query.
The class generates HTML links to browse to the next and previous pages and any following pages up to a given limit of navigation links.
The limit of navigation links to show per page and the link base URL are configurable.
Link: impaginator