--TEST-- 17.phpt: 3 row 2 column, setCaption --FILE-- $value) { $table->addRow($value, 'bgcolor = "yellow" align = "right"'); } $table->setColType(0, 'TH'); $table->setRowType(1, 'TD'); $table->setRowType(2, 'TH'); // output echo $table->toHTML(); ?> --EXPECT--
Test | Test |
---|---|
Test | Test |
Test | Test |