欧美亚洲制服丝袜在线|高清不卡毛片免费观看|激情综合婷婷色五月蜜桃|日本加勒比人妻在线二区|国产精品亚洲精品日韩电影|欧美一区二区三不卡视频一|欧美日韩精品一区在线播放|av色综合久久天堂av色综合在

云優(yōu)CMS如何按orderby排序上一條下一條信息

發(fā)布日期:2018-10-10 作者:云優(yōu)CMS 人氣:6875

1、\app\index\controller\Show.php

搜索:

$prev = $conmodel->getContentPrev($category['id'], $content['id']);

$next = $conmodel->getContentNext($category['id'], $content['id']);

修改為:

$prev = $conmodel->getContentPrev($category['id'], $content['id'], $content['sort']);

$next = $conmodel->getContentNext($category['id'], $content['id'], $content['sort']);


2、\app\index\model\ContentModel.php

搜索:

public function getContentNext($cid, $id){

        $where['id'] = ['GT', $id];

修改為:

public function getContentNext($cid, $sort){

        $where['sort'] = ['GT', $sort];


搜索:

public function getContentPrev($cid, $id){

        $where['id'] = ['GT', $id];

修改為:

public function getContentPrev($cid, $sort){

        $where['sort'] = ['LT', $sort];


相關(guān)新聞

返回頂部

撥打電話(huà)
在線(xiàn)咨詢(xún)
掃碼添加微信咨詢(xún)產(chǎn)品相關(guān)問(wèn)題

全國(guó)統(tǒng)一服務(wù)電話(huà): 0511-85995956