Databases: Simple Data Grid
John Paul de Guzman (contact me)
This package can be used to display MySQL database query result data in an HTML table grid.
There are classes to define details of the headers and body of table grid.
There is also a class for executing MySQL database queries and return the results in a bi-dimensional array.
The data grid classes can be customized to specify presentation details such as the CSS classes or styles to be used to render the different parts of the table grid, alternate styles for each row, data pagination, etc..
Click here for detailed information about this class on phpclasses.org