HTML_Table::HTML_Table

HTML_Table::HTML_Table – Constructeur

Synopsis

require_once 'HTML/Table.php';

void HTML_Table::HTML_Table ( array $attributes = = null , integer $tabOffset=0 , boolean $useTGroups=false )

Description

Constructeur de la classe.

Parameter

  • array $attributes - Tableau associatif d'attributs

  • integer $tabOffset - Position dans le tableau

  • boolean $useTGroups - Si l'on doit ou non utiliser les groupes thead, tfoot et tbody

Note

This function can be called statically.