{template file='mhm.html'} <br /> <br /> hue hue <br /> <br /> Foreach singletton example: {%assign|$Array:['test', 'test2']%} <br /> {foreach $Array as $single} {%echo|$single%} {/foreach} <br /> <br /> Implode example: <br /> {%echo|{%implode|', ', $Array%}%} <br /> <br /> Explode example: <br /> {php print_r({%explode|'h', $Variable%})} <br /> <br /> For loop example: <br /> {for $i = 0; $i < 11; $i += 1} {$i} {/for}
info at phpclasses dot org