Class WH_HTML_Table

Description

Cambio v0.5a

http://cambiocms.org/

Located in /cms/includes/601_html.table.php (line 10)


	
			
Variable Summary
Method Summary
 WH_HTML_Table WH_HTML_Table ([object $data = NULL])
 void addRow (array $data)
 void render ()
 void setDisplayColumns (array $displaycolumns)
 void setHeaders (array $headers)
 void _appendtotable ( $value,  &$table)
 void _columnend ( &$table)
 void _columnstart ( &$table)
 void _rowend ( &$table)
 void _rowstart ( &$table)
 void _tableend ()
 void _tablestart ()
Variables
mixed $_data = array() (line 12)
mixed $_displaycolumns (line 14)
mixed $_headers (line 13)
mixed $_tablebody (line 17)
mixed $_tablefooter (line 18)
mixed $_tableheader (line 16)
Methods
Constructor WH_HTML_Table (line 26)

Creates new WH_HTML_Table class

WH_HTML_Table WH_HTML_Table ([object $data = NULL])
  • object $data: Two dimensional array or object
addRow (line 58)

Add row to table

void addRow (array $data)
  • array $data
render (line 67)
void render ()
setDisplayColumns (line 40)

Set columns to display

void setDisplayColumns (array $displaycolumns)
  • array $displaycolumns
setHeaders (line 49)

Set headers

void setHeaders (array $headers)
  • array $headers
_appendtotable (line 177)
void _appendtotable ( $value,  &$table)
  • $value
  • &$table
_columnend (line 165)
void _columnend ( &$table)
  • &$table
_columnstart (line 161)
void _columnstart ( &$table)
  • &$table
_rowend (line 157)
void _rowend ( &$table)
  • &$table
_rowstart (line 153)
void _rowstart ( &$table)
  • &$table
_tableend (line 173)
void _tableend ()
_tablestart (line 169)
void _tablestart ()

Documentation generated on Fri, 24 Oct 2008 15:58:19 +0200 by phpDocumentor 1.4.1