1. 首页 > CMS系统 > PHPCMS

phpcms v9更改后台文章排序的方法

后台文章排序怎么才可以按自己输入的数字排列?如按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']);

本文由主机测评网发布,不代表主机测评网立场,转载联系作者并注明出处:https://zhuji.jb51.net/phpcms/7043.html

联系我们

在线咨询:点击这里给我发消息

微信号:

工作日:8:30-17:30,节假日休息