Home > php教程 > php手册 > tp5 下调用3.2.3分页类的示例

tp5 下调用3.2.3分页类的示例

WBOY
Release: 2016-06-07 11:35:12
Original
1492 people have browsed it

最近看到很多人在群里和问答里面都对5.0下没有集成分页,表示了不解,现在进行简单的用法示例,帮助新手进行快速调用
首先,需要将3.2.3的Page.class.php 复制一份,到tp5.0的 thinkphp\extend 目录,也可放到别的目录,我放到了 application\admin\org\目录了,
tp5 下调用3.2.3分页类的示例
放到目录后,
1、首先要改名字为 Page.php 这样才符合5.0的命名规范
2、打开文件,修改命名空间为 namespace app\admin\org;
tp5 下调用3.2.3分页类的示例
3、在有分页需求的地方,进行调用,
方法是 :new \app\admin\org\Page($count,20);
此处可以参考 3.2.3 的调用方式

tp5 下调用3.2.3分页类的示例


至此,调用分页类就完成了,在模板中用 {$page} 进行输出就可以了,如果要美观,需要修改对应的css效果,这里就不示范了

有更好的方式、方法可以在下面评论哈,有不对的地方,也请指正.....

AD:真正免费,域名+虚机+企业邮箱=0元

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template