摘要: 1 public function index(){ 2 $sql = ""; 3 $list = ""; 4 $pagenumber = 20;//默认分页条数 5 6 //查询数据 7 $list = Db::name('wcmall_type','id,name,sort')->where($sql)->order('sort... 阅读全文
posted @ 2019-02-25 17:13 原来是个帅小伙 阅读(3900) 评论(0) 推荐(0)