smartyのforeachで取得できる値。
{foreach item=result from=$result name=result}
{if $smarty.foreach.result.first}
件数:{$smarty.foreach.result.total}
{/if}
{$smarty.foreach.result.iteration}番目
{if $smarty.foreach.result.last}
終わり
{/if}
{/foreach}
smartyのforeachで取得できる値。
{foreach item=result from=$result name=result}
{if $smarty.foreach.result.first}
件数:{$smarty.foreach.result.total}
{/if}
{$smarty.foreach.result.iteration}番目
{if $smarty.foreach.result.last}
終わり
{/if}
{/foreach}