Cakephpdocs 62

CategoryHTML helper functions - tableCells
Code ExamplestableCells( data[array], oddTrAttributes[array], evenTrAttributes[array], useCount[bool] ) $html->tableCells() function: $cells = array( 'row1'=>array( 'column1','column2','column3' ), 'row2'=>array( 'column1','column2','column3' ) ); The actual text contained in the row keys (for example, row1 and row2) will not be displayed in the HTML output:
column1 column2 column3
column1 column2 column3
Test Code
Links
Remarks
Cancel