This package can be used to display MySQL query results in HTML tables.
It executes an SQL query given a table name and the list of field values to display. The results may sorted and grouped by a given field.
The class display an HTML table displaying the query result values. Alternated rows may have different background colors. The table header names and the color values are configurable.
The listing table may have additional rows to show links to separate pages to process the associated database records.
It also shows links to browse the query results split between multiple pages with a given limit of rows. |