smarty_block_hits()
smarty_block_hits( $params, $content, $smarty, $repeat)
Parameters
$params | ||
$content | ||
$smarty | ||
$repeat |
============================================================================ smarty的block function(块函数) https://blog.csdn.net/qmhball/article/details/52222847 使用: <ul> {{hits field="title,url,status" catid="11" limit="10"}} <li><a href="{{$r.url}}" title="{{$r.title}}">{{$r.title}}</a></li> {{/hits}} </ul> ============================================================================