This package can be used to display SQL database query results in sortable HTML tables.
It executes SQL queries and displays the results in HTML tables with sorting links in the table headers.
It can also link cells of each row of the table to other pages to execute operations on the data displayed in the respective rows, like for editing or deleting the associated database table records.
The class can also display pagination links to browse the listing split between multiple pages when the number of rows exceeds the configured limit.
This package is derived from the phpSortTable package. It uses the activeDBLib database abstraction class, so it can work with many different types of databases besides MySQL.