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

thinkPHP3.2.3?? ?? ??? ???? ??
meimei
meimei 2018-04-23 22:47:57
0
3
1300

thinkPHP3.2.3?? ?? ??? ??? ??????

public function index(){
$article=D('article');
$keyboard=isset($_GET['keyboard'])?$_GET['keyboard']:'? ???? ?????? ' ;
$where=[]; //?? ??
if($keyboard){ //?? ??? ??
$where['keyboard']=['like',"%$keyboard%"];
}
$count= $article->where($where)->count();// ?? ??? ???? ? ??? ? ??
$Page = new ThinkPage($count,5);// ????? ??? ???? ???? ? ??? ?? ? ???? ???? ??? ? (25)
$show = $Page->show();// ???? ?? ??
$list = $article-> where($where)->order( 'time desc')->limit($Page->firstRow.','.$Page->listRows)->select();
$this-> ;??('list',$list) ;//??? ?? ??
$this->ass('page',$show);//??? ?? ??
$this->display();


meimei
meimei

?? ??(2)
豬哥

SQL ?? ??? ? ???????? SQL ?? ???? ????? ??? ? ? ????

Alan_繁華

?? ???? ??? ??? ??? ?????.

  • ???? ?, = "keyboard" ??? ?? ??? ??? ????
    meimei ?? 2018-04-23 23:23:16