HTML: Table Element
Carlos Reche (contact me)
This class generates HTML tables just by defining the contents of the table cells.
All the attributes of the HTML tags (table, tr and td) can be set using the class functions, including the attributes for defining the table elements event handling Javascript code.
The contents of the cells can be defined specifying the cell row and column coordinates.
If there were any table cells left in blank, the class will automatically expand the span of the preceeding row cells to include the blank cells. The class may also be instructed to include blank cells in the span of the preceeding row.
The HTML code generated is compliant with XHTML and is also correctly indented.
Click here for detailed information about this class on phpclasses.org