9 lines
224 B
PHP
Executable File
9 lines
224 B
PHP
Executable File
<?php
|
|
|
|
// +----------------------------------------------------------------------
|
|
// | 分页设置
|
|
// +----------------------------------------------------------------------
|
|
return [
|
|
// 每页条数
|
|
'limit' => 10
|
|
]; |