| 代码如下 | 复制代码 |
|
|
|
| 代码如下 | 复制代码 |
|
{php}
$order = array('log_ViewNums'=>'DESC'); $where = array(array('=','log_Status','0')); $array = $zbp->GetArticleList(array('*'),$where,$order,array(8),''); {/php} {foreach $array as $hotlist} {$hotlist.ViewNums}次 {/foreach} |
|
| 代码如下 | 复制代码 |
|
{php}
$order = array('log_CommNums'=>'DESC'); $where = array(array('=','log_Status','0')); $array = $zbp->GetArticleList(array('*'),$where,$order,array(8),''); {/php} {foreach $array as $hotlist} {$hotlist.CommNums}评论 {/foreach} |
|