国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Simple implementation of previous page and next page
手機用戶105971037
手機用戶105971037 2019-12-16 15:52:53
0
0
1363
     $front=db('archives')->where("id>".$aid)->order('id asc')->limit('1')->find();//上一頁        $this->assign('front',$front);//上一頁
        $after=db('archives')->where("id<".$aid)->order('id desc')->limit('1')->find();//下一頁        $this->assign('after',$after);//下一頁
<div class="point">             <p>上一篇:<a href="{:url('Article/index',array('aid'=>$front['id']))}">{$front['title']}</a></p>            <p>下一篇:<a href="{:url('Article/index',array('aid'=>$after['id']))}">{$after['title']}</a></p> </div>

How to write this when there is no information:www.hbsjsd.cn

手機用戶105971037
手機用戶105971037

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template