This class can be used to display MySQL database query results split into multiple HTML pages.
It can execute a MySQL query and display the results in an HTML page with table.
If the total number of result set rows exceeds a given limit, the class display the results split among several pages with links to navigate between them.
The navigation links may point to the next and previous pages. A form may also be displayed with a select input to let the user specify any of the results pages.