ThinkPHP5——实现分页效果

在进行查询时通过调用paginate()方法实现分页效果 1)控制器中代码 namespace app\index\controller; use think\Controller; use think\Db; class User extends Controller{ //首页方法 public function index(){
相关文章
相关标签/搜索