HTML: HTMLTable
Mario Remy Almeida (contact me)
This class can be used to generate HTML tables of arrays with table definitions.
It takes an array with the table cells data and another associative array with the definition of the header, body and footer of the table.
The array can specify parameters of different cells of the table rows in associative arrays that associate cell HTML attributes to the respective attribute values.
The generated table HTML code is returned as a single string.
Click here for detailed information about this class on phpclasses.org