码迷,mamicode.com
首页 > Web开发 > 详细

PHPCMS V9 按浏览次数排行调用文章

时间:2014-12-10 14:25:51      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:phpcms

频道总排行调用方法

<div class="box">    
<h5 class="title-2">频道总排行</h5>
    
{pc:get sql="select a.id,a.title,a.url,a.catid,b.hitsid,b.views from v9_news a left join v9_hits b on a.id=substring(b.hitsid,5) where a.catid in ($arrchildid) order by b.views desc" num="10" cache="3600"}

    <ul class="content digg">  
          
    {loop $data $r}
            <li> <a href="{$r[url]}" title="{$r[title]}"  target="_blank">{str_cut($r[title],36,‘...‘)}</a></li>        
    {/loop}
    
    </ul> 
       
{/pc}
</div>


PHPCMS V9 按浏览次数排行调用文章

标签:phpcms

原文地址:http://taoyouth.blog.51cto.com/2793776/1588246

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!