application/common/smartyblock.hits.php

============================================================================ 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> ============================================================================

Functions

smarty_block_hits()

smarty_block_hits(  $params,   $content,   $smarty,   $repeat) 

Parameters

$params
$content
$smarty
$repeat

get_all_hits()

get_all_hits(  $params) 

Parameters

$params