开发过程中遇到数组分页的问题,这里分享一下
mport('ORG.Util.Page');// 导入分页类
$count=count($newarray_1);//得到数组元素个数
$Page= new Page($count,25);// 实例化分页类 传入总记录数和每页显示的记录数
$newarray_1 = array_slice($newarray_1,$Page->firstRow,$Page->listRows);
$show= $Page->show();// 分页显示输出
//print_r($newarray_1);
$this->assign("rs",$newarray_1);
$this->assign('page',$show);// 赋值分页输出
$this->display();
AD:真正免费,域名+虚机+企业邮箱=0元
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号