PHP Classes / HTMLTable

Generate HTMl table from an array of definitions

HTMLTable PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags