Grid
Package:
Summary:
Display database query results in an HTML table
Groups:
Author:
Description:
This class can be used to display database query results in an HTML table.
It can execute a given SQL query and generate an HTML table that displays the query results.
The class can generate table header links to sort the results by a given row, alternate the styles of odd and even rows, display listing pagination links, and links to edit or delete row records.
A separate class is responsible for accessing a MySQL database to execute queries and retrieve results.
It can execute a given SQL query and generate an HTML table that displays the query results.
The class can generate table header links to sort the results by a given row, alternate the styles of odd and even rows, display listing pagination links, and links to edit or delete row records.
A separate class is responsible for accessing a MySQL database to execute queries and retrieve results.
Comments are closed.