在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
<?php //基于thinkPHP框架 $up = M('Content')->where(array('id' => array('gt',$id),'del'=>1,'cid'=>$cont['cid'])) ->order('id asc')->find(); $this -> assign('up',$up);//上一篇 $dw = M('Content')->where(array('id' => array('lt',$id),'del'=>1,'cid'=>$cont['cid'])) ->order('id desc')->find(); $this -> assign('dw',$dw);//下一篇 ?>
|
2022-08-17
2022-11-06
2022-08-17
2022-07-18
2022-07-18
请发表评论