constructor Console_Table::Console_Table | Console_Table::addData |
Console_Table | |
PEAR Manual | |
require_once 'Console/Table.php'; |
void Console_Table::addCol (
array $col_data
, integer $col_id
, integer $row_id
)
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
No exceptions thrown.
This function can not be called statically.
constructor Console_Table::Console_Table | Console_Table::addData |
Console_Table | |
PEAR Manual | |