PHP-Klasse::Lista Paginacao Class 30.06.2007

Kurzbeschreibung: Show MySQL query results in lists split in pages
Veröffentlicht am: 30.06.2007
Gruppe(n):
- Databases
- HTML
- PHP 5
Beschreibung:
This package can be used to display MySQL query results split in multiple pages.
It executes a given MySQL query and displays the results in HTML tables. Navigation links are displayed to browse the listing that may be split in multiple pages, each displaying a limited number of records.
The odd and even rows are displayed with different background colors. Rows are highlighted with a different color when the user drags the mouse over them.
A checkbox input may be displayed on each row to select rows and submit them with to another page for processing, for instance to delete the selected rows.
When the user clicks on the table header title links, the listing is redisplayed sorting the query results by the click column, in ascending or descending order.
The code and comments are in Portuguese.
Link: Lista Paginacao Class