帝國cms模板里調用前臺會員名及投稿數量排名的代碼以下是調用代碼:會員投稿新聞數據表的排行榜
<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模板
復制本頁鏈接| 搜索帝國cms模板里調用前臺會員名及投稿數量排名的代碼
帝國Cms教程-帝國cms模板里調用前臺會員名及投稿數量排名的代碼。