Cakephpdocs 54

CategoryHTML helper functions - div
Code Examplesdiv( class[string], text[string], attributes[array], escape[bool] ) div('tab','Home');?> to output the following:
Home
div('story',$story['Story']['contents']);?> uses a few less characters than does this:
Test Code
Links
Remarks
Cancel