$rows
$rows :
HTML Table Generating Class
Lets you create tables manually or from database result objects, or arrays.
make_columns( $array = array(), $col_limit) : void
Set columns. Takes a one-dimensional array as input and creates a multi-dimensional array with a depth equal to the number of columns. This allows a single array with many elements to be displayed in a table that has a fixed column count.
$array | ||
$col_limit |