phpcms v9更改后台文章排序的方法
phpcms v9更改后台文章排序的方法
发布时间:2016-12-23 来源:查字典编辑
摘要:后台文章排序怎么才可以按自己输入的数字排列?如按4,3,2,1,从大到小排列?实现方法如下:修改文件:phpcmsmodulesconten...

后台文章排序怎么才可以按自己输入的数字排列?如按4,3,2,1,从大到小排列?

实现方法如下:

修改文件: phpcmsmodulescontent 中的 content.php

$datas = $this->db->listinfo($where,'id desc',$_GET['page']);

改成

$datas = $this->db->listinfo($where,'listorder ASC, id desc',$_GET['page']);

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新phpcms学习
热门phpcms学习
CMS教程子分类