分页的每页数量可以通过配置全局定义

This commit is contained in:
yunwuxin
2016-05-18 16:51:23 +08:00
parent 2af19639cb
commit e093a6661e
2 changed files with 8 additions and 4 deletions

View File

@@ -209,8 +209,9 @@ return [
],
//分页配置
'paginate' => [
'type' => 'bootstrap',
'var_page' => 'page',
'type' => 'bootstrap',
'var_page' => 'page',
'list_rows' => 15
],
];