HosipLan

Untitled

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