Category | HTML helper functions - nestedList |
Code Examples | nestedList( list[array], attributes[array], itemAttributes[array], tag[string] )
$posts = array(
'Post 1'=>array(
'Jan 1, 2008',
'No Author'),
'Post 2'=>array(
'Jan 2, 2008',
'Administrator')
);
By placing this array in the list parameter of the $html->nestedList() function, the following
HTML would be returned:
|
Test Code | |
Links | |
Remarks | |
Cancel |