require_once 'Console/Table.php';
void Console_Table::addRow (array $row [, array $append = TRUE])
void Console_Table::addRow
Adds a row to the table
The row data to add
Whether to append or prepend the row
throws no exceptions thrown
This function can not be called statically.