1234567891011121314 |
- <?php
- use app\service\Layui;
- return [
- 'paginate' => [
- 'type' => Layui::class,
- 'var_page' => 'page',
- 'list_rows' => 15,
- ],
- 'exception_handle' => '\\app\\sub\\library\\ExceptionHandle',
- 'url_common_param' => true,
- 'url_html_suffix' => null,
- ];
|