andy/laypage

use layui pagination with php

dev-master 2018-08-23 09:14 UTC

This package is not auto-updated.

Last update: 2025-07-06 09:31:14 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

项目介绍

layui 分页封装 基于PHP原生

用法

    $count = 100; 
    $extraParams = [
        'param1' => 'value1',
        'param2' => 'value2'
        // ...
    ];
    $page = lay_page($count, '', ['cid' => 1]); // layui 分页渲染
    
    $list = []; // 数据列表