前回紹介した、if があるのだから繰り返しもあります。 foreach という構文を使います。これはphpのforeach とは使い勝手が違います。 ---- {foreach from=$data key="key" item="value" name="test"} {if $smarty.foreach.test.first} 最初:{$key}:{$value} {elseif $smarty.foreach.test.last} 最後:{$key}:{$value} {else} {$smarty.foreach.test.iteration}:{$key}:{$value} {/if} {foreachelse} データがありません {/foreach} {$smarty.foreach.test.total}件のデータ ---- foreach from=$data key=