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.