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