加入收藏 | 设为首页 | 会员中心 | 我要投稿 厦门网 (https://www.xiamenwang.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 建站 > 正文

phpcms v9 修改后台排序问题

发布时间:2021-12-18 11:17:49 所属栏目:建站 来源:互联网
导读:后台文章排序怎么才可以按自己输入的数字排列?如按4,3,2,1,从大到小排列?实现方法如下。 修改文件:phpcms/modules/content 中的 content.php 将:$datas = $this-db-listinfo($where,id desc,$_GET[page]); 改成: $datas = $this-db-listinfo($where,li
后台文章排序怎么才可以按自己输入的数字排列?如按4,3,2,1,从大到小排列?实现方法如下。
 
修改文件:phpcms/modules/content 中的 content.php
 
将:$datas = $this->db->listinfo($where,'id desc',$_GET['page']); 改成:
 
$datas = $this->db->listinfo($where,'listorder ASC, id desc',$_GET['page']);

(编辑:厦门网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    热点阅读