PHP Data Grid Class 1.0 Beta review

Download
by rbytes.net on

PHP Data Grid Class can be used to display MySQL query results in HTML tables

License: Free for non-commercial use
File size: 126K
Developer: Stefan Gabos
0 stars award from rbytes.net

PHP Data Grid Class can be used to display MySQL query results in HTML tables. PHP Data Grid Class executes a given SQL SELECT query and generates an HTML table defined by a template to display the query results.

The results table also shows links to navigate between query result pages. The number of result rows to display per page is configurable. The results can be sorted by columns that the user may choose by clicking on column links. The list of sortable columns may be restricted.

Here are some key features of "PHP Data Grid Class":
the php class executes a given SQL query and generates a template driven HTML code that displays the query results.
automatically provides means of navigation trough pages and lets user decide how many rows to be displayed on each page
automatically let user sort by available columns - or you can restrict this feature for specific columns
if requested, it can automatically display a "selector" column - a column to let users mark specific rows as selected
you set what columns from the query result to be displayed
you can alter the content of a column's fields on the fly by creating callback functions
you can add JavaScript actions for when user clicks on displayed rows or on specific column's cells
you can extend the functionality of the data grid by adding custom columns - columns whose content is not
generated by the query but added by you - you can add any HTML and/or JavaScript to perform any action
everything is template driven
multi-language support

PHP Data Grid Class 1.0 Beta keywords