chris-at-github
4/15/2015 - 5:58 AM

Smarty foreach

Smarty foreach

[{foreach name=foo from=$array item=item key=key}] 
  [{if $smarty.foreach.foo.first} do something {/if}]
  
  [{$smarty.foreach.foo|@debug_print_var}]
  
  [{if $smarty.foreach.foo.last}  do something {/if}]
[{/foreach}