PHP-Klasse::mygrid 05.03.2007

Kurzbeschreibung: Display MySQL query results in a PHP-GTK window
Veröffentlicht am: 05.03.2007
Gruppe(n):
- PHP 5
- Databases
- GUI
Beschreibung:
This class can be used to display MySQL query results in a PHP-GTK window.
It extends the GtkListStore to display the results of a given MySQL query in the columns of the list.
The class can assign given names to the list columns. Then it traverses a given MySQL query result set and fills the list rows with data from the result set data.
Link: mygrid