tp5 引用layui表格 支持分页选中,回显

/html/
tp5 引用layui表格 支持分页选中,回显_第1张图片表格
tp5 引用layui表格 支持分页选中,回显_第2张图片
js
tp5 引用layui表格 支持分页选中,回显_第3张图片
tp5 引用layui表格 支持分页选中,回显_第4张图片
tp5 引用layui表格 支持分页选中,回显_第5张图片
tp5 引用layui表格 支持分页选中,回显_第6张图片
/*控制器/
public function flist(Request KaTeX parse error: Expected '}', got 'EOF' at end of input: …){ if (request->isGet()){
$limit = $request->get();
$count = Db::name(‘fill_subject’)->count();
m i d s = D b : : n a m e ( ′ f i l l s u b j e c t ′ ) − > f i e l d ( ′ i d , t i t l e ′ ) − > o r d e r ( ′ i d d e s c ′ ) − > p a g e ( mids = Db::name('fill_subject')->field('id,title')->order('id desc')->page( mids=Db::name(fillsubject)>field(id,title)>order(iddesc)>page(limit[‘page’])->limit($limit[‘limit’])->select();
$return[‘code’] = 0;
$return[‘msg’] =“成功”;
$return[‘count’] = $count;
$return[‘data’] = m i d s ; r e t u r n j s o n ( mids; return json( mids;returnjson(return);
}
}

你可能感兴趣的:(php)