public marks

PUBLIC MARKS from nhoizey with tags pear & "structures datagrid"

20 October 2005 08:45

Samalyse - Tutorial - Database frontend with PEAR DataGrid and DataObject

by 3 others
Structures_DataGrid and DB_DataObject are two PEAR components, which can be connected together, to easily display the data contained in a SQL table, and let the user sort and page through it. By cleverly using these two components, and with minimal typing, I will try and show you how you can bypass the usual steps of parsing GET parameters, performing SQL requests, and generating HTML content.