用自定义列表实现可分页的DIGG排行,统计记录默认即可,数据库的查询记录如下。 DIGG排行 查询记录: select * from [!db.pre!]ecms_news where checked=1 order by diggtop desc 点击排行 查询记录: select * from [!db.pre!]ecms_news where checked=1 order by onclick desc
发表评论