The Query result table display class outputs a table with the data from the result rows of a database query. It features database independence, splitting the display of the result rows into multiple pages, arbitrary column display, automatic alignmnent of columns according to their data types, configurable colors for the table headers, and data alternating between even and odd rows.
| Tags | Software Development Libraries php classes Database |
|---|---|
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Release Notes: This release adds support for a special type of column that automatically displays the number of each row. Small bugfixes have been applied to the example scripts to avoid passing arguments by reference.


Release Notes: The example script was fixed to avoid relying on register globals and short open tag options being enabled in order to work with newer PHP versions.


Release Notes: Support to choose the highlight color of the table rows when the mouse is over them has been added, and the page navigation links code to the table class has been moved.


Release Notes: Initial freshmeat announcement.