'Col 1', '1' => 'Col 2', ); $TABLA->agregarFilaCabecera($row); $row = array ( '0' => 'Fila 1', '1' => 'Fila 2', ); $TABLA->agregarFila($row); $tohtml = $TABLA->toHtml(); print $tohtml; ?>