numRows(); $table->insertRows($n, 4); $table->addRowAttribute($n, 'class', 'table_title'); $table->addCellAttribute($n, 0, 'align', 'center'); $table->addCellAttribute($n, 0, 'colspan', '2'); $table->setText($n, 0, 'Specifics Configs'); $table->setText($n + 1, 0, ''); $text2display = 'setText($n + 1, 1, $text2display); $table->setText($n + 2, 0, 'Keys'); $text2display = ''; $c = count($keys); for($i = 0; $i < $c; $i++) { $text2display .= ' '; } $table->setText($n + 2, 1, $text2display); $table->setText($n + 3, 0, 'Explanation'); $table->setText($n + 3, 1, '