在全部的文章页中,会常常发现都会有这么一个功能.能引导用户去查看上一篇文章或下一篇文章,而在ShopEx中,我DEZEND了一下文章模型.并没有找到上一篇这种函数功能,因此,这就须要我们手动在相应的文章控制器中自己去加入一个这种功能. 文章控制器相应文件:\core\shop\controller\ctl.article.php 找到这个文件.我们须要操作的就是在这个文件尾加一个我们自己的函数例如以下: function getPrevAndNextArticle($currentArticle…
select id from(select *, (@i:=@i+1) as rownum from pre_bet_zhibo,(select @i:=0) as itwhere link_conent like '%足%'order by title) as t1 where rownum =(select rownum from(select *, (@i:=@i+1) as rownum from pre_bet_zhibo,(select @i:=0) as itwhere link_…
public function prevnext($table,$id,$where=[]){ $ids=db($table)->field('id,title')->order('sort asc')->where($where)->column('id'); $key=array_search($id,$ids); // 上一条 if(isset($ids[$key-1])){ $prevnext['prev']=db($table)->field('id,title,c…