handle = $event_handle; } function handled_event(){ echo "The event, $this->handle, is now handled.
It is, I promise!

Your records are as follows:

"; $id = parent::dbconn(); $result = pg_query($id, "SELECT * FROM user"); while($query_data = pg_fetch_row($result)) { echo "'",$query_data[1],"' is a ",$query_data[4],"
"; } } } ?>