smartyのforeachでループを制限する方法

type Post in Smarty
0


http://www.wetch.co.jp/blog/index.php?itemid=6

{foreach from=$list item=var name=myloop}
{if $smarty.foreach.myloop.index < 5 }
{$var}
{/if}
{/foreach}

« Prev: :Next »

Leave a Reply