Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコード:
$data = array(array('row1'=>'row2')); $this->ezTable($data, null, '', array('width'=>'460', 'fontSize'=>'8', 'showLines'=>'1'));
は、2行1列のテーブルを示しています。
1行1列、またはテキストの周囲に4つの境界線(上、下、右、左)があるテーブルが必要です。
どうやってやるの?
$this->ezTable($data, null, '', array('width'=>'460', 'fontSize'=>'8', 'showLines'=>'1','showHeadings'=>0));