分页功能

This commit is contained in:
yunwuxin
2016-05-06 18:09:43 +08:00
parent 2a42932f12
commit a00df4246e
13 changed files with 870 additions and 100 deletions

View File

@@ -213,5 +213,10 @@ return [
// 指定从服务器序号
'slave_no' => '',
],
//分页配置
'paginate' => [
'type' => 'bootstrap',
'var_page' => 'page'
]
];