最新消息:本站所有跳转向bbs.ykit.cn的附件将全面停止,附件已转移到https://www.qingsj.com

帝国cms如何调用会员名及投稿数量排名

帝国CMS 有客 980浏览
<table>
[e:loop={'SELECT userid, username, COUNT( userid ) AS total FROM phome_ecms_news GROUP BY userid',10,24,0,'','total DESC'}]
<tr>
<td><?=$bqno?></td>
<td><?=$bqr[username]?></td>
<td><?=$bqr[total]?></td>
</tr>
[/e:loop]
</table>

帝国cms如何调用会员名及投稿数量排名

转载请注明:有客帮 » 帝国cms如何调用会员名及投稿数量排名