This class can be used to display MySQL query results in HTML tables.
It is based on another class originally written by Carlos Miguel Guevara.
This version includes several enhancements:
- The code no longer issues warnings with E_STRICT error reporting enabled
- Produces XHTML compliant HTML
- Present all the information in the HTML table, including pagination
- Provide Javascript callback functions to manipulate the data like for instance deleting record
- Support additional query string parameters for the navigation links |