require_once 'Console/Table.php';
void Console_Table::addCol (array $col_data [, integer $col_id [, integer $row_id]])
void Console_Table::addCol
Adds a column to the table
The data of the column. Can be numeric or associative array
The column index to populate
If starting row is not zero, specify it here
throws no exceptions thrown
This function can not be called statically.