帝国教程

用自定义列表实现可分页的DIGG排行和点击排行

来源:我爱模版网 作者:何必等 时间:2026-07-08
浏览:9 收藏 点赞(0)
简介:用自定义列表实现可分页的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 d

自定义列表实现可分页的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
在线
客服