HTML_Table::toHtml

HTML_Table::toHtml

HTML_Table::toHtml -- Return HTML code

Synopsis

require_once 'HTML/Table.php';

string HTML_Table::toHtml ()

Description

Returns the table structure as HTML

Return value

string - the generated HTML code

Note

This function can not be called statically.

See

HTML_Table::display()