forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 26
TableTemplates
World Wide Web Server edited this page Jul 4, 2012
·
8 revisions
Code Igniter supports use of multidimensional arrays as parameters to a table template
[code]
{fields} {/fields} {rows} {cols} {/cols} {/rows}| {lbl} |
|---|
| {value} |
[/code]