Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <tr n:foreach="$rows as $row">
- <td n:foreach="$row as $column => $value">
- {if isset($helpers[$column])}{$template->{$helpers[$column]}($value)}{else}{$value}{/if}
- </td>
- </tr>
Advertisement
Add Comment
Please, Sign In to add comment