HosipLan

Untitled

Jul 29th, 2011
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <tr n:foreach="$rows as $row">
  2. <td n:foreach="$row as $column => $value">
  3. {if isset($helpers[$column])}{$template->{$helpers[$column]}($value)}{else}{$value}{/if}
  4. </td>
  5. </tr>
Advertisement
Add Comment
Please, Sign In to add comment