require_once 'Console/Table.php';
void Console_Table::addData (array $data [, integer $col_id [, integer $row_id]])
void Console_Table::addData
Adds data to the table. Argument should be a two dimensional array containing the data to be added.
The data to add to the table
Optional starting column ID
Optional starting row ID
throws no exceptions thrown
This function can not be called statically.