previousconstructeur Console_Table::Console_Table (Previous) (Next) Console_Table::addDatanext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Console_Table::addCol

Console_Table::addCol() – Ajoute une colonne à la table

Synopsis

require_once 'Console/Table.php';

void Console_Table::addCol ( array $col_data , integer $colonne_id , integer $ligne_id )

Description

Ajoute une colonne à la table.

Parameter

array $col_data

Les données de la colonne. Peut être un tableau numérique ou associatif.

integer $colonne_id

L'index de la colonne à remplir.

integer $ligne_id

Si la ligne de départ n'est pas zéro, il faut la spécifier ici.

Throws

No exceptions thrown.

Note

This function can not be called statically.

previousconstructeur Console_Table::Console_Table (Previous) (Next) Console_Table::addDatanext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.