andy/laypage

use layui pagination with php

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/andy/laypage

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

This package is not auto-updated.

Last update: 2026-01-04 12:57:48 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 = []; // 数据列表