require_once 'Console/Table.php';
void Console_Table::insertRow (array $row [, integer $row_id])
void Console_Table::insertRow
Inserts a row after a given row number in the table. If $row_id is not given it will prepend the row.
The data to insert
Row number to insert before
throws no exceptions thrown
This function can not be called statically.