摘要:
php public function index() { $post=Request::instance()->request(); $post['set']=isset($post['set'])?$post['set']:'10'; $post['name']=isset($post['nam 阅读全文
摘要:
控制器 <?phpnamespace app\index\controller; use think\Db; class Index{ public function userlist() { $list=Db::name('users')->paginate(10,false, [ 'type' 阅读全文