The current repo belongs to Paused status, and some functions are restricted. For details, please refer to the description of repo status
3 Star 8 Fork 3

猫铃儿 / layuiPager
Paused

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
README.md 563 Bytes
Copy Edit Raw Blame History
猫铃儿 authored 2018-01-22 15:29 . 更新 README.md

基于layui的thinkphp5分页驱动

基于layui的thinkphp5分页驱动

安装

composer require jayfun/layui-pager dev-master

使用方法

安装成功后修改thinkphp5配置文件config.php最底部的分页配置的type项

    //分页配置
    'paginate'               => [
        'type'      => 'jayfun\layuiPager\Layui',
        'var_page'  => 'page',
        'list_rows' => 3,
    ],

大工告成,在layui为前端框架的模版中直接可以渲染出layui的分页按钮!!

喜欢请star

PHP
1
https://gitee.com/litephp/layuiPager.git
git@gitee.com:litephp/layuiPager.git
litephp
layuiPager
layuiPager
master

Search