php-structures-datagrid

Render a data table with automatic pagination and sorting
  http://pear.php.net/package/Structures_DataGrid
  0
  no reviews



This package provides a toolkit to generate data tables in html, csv,
excel, xml, smarty, and other formats.
it retrieves data from a variety of data sources, including sql, csv,
xml, pdo, db_dataobject, db_table, and others.
it can transparently page and sort the data, through optimized database
queries, by parsing/generating get, post requests and rest-like urls.
it is designed with modularity and extensibility in mind, using drivers
for all rendering and datasource formats.