Home >php教程 >php手册 >分页类的调用

分页类的调用

WBOY
WBOYOriginal
2016-06-07 11:35:411278browse

非正规分页。
效果如上图分页类的调用
代码如下:
$Page->setConfig('prev', '上一页');
$Page->setConfig('next', '下一页');
$Page->setConfig('header','共 %TOTAL_ROW%个商品| ');
$Page->setConfig('theme',"%HEADER% %NOW_PAGE%/%END% %UP_PAGE% %DOWN_PAGE%");

附件 分页.png ( 2.51 KB 下载:20 次 )

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

Statement:
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
Previous article:ThinkPHP中的分表使用Next article:WeMall5.0全面上线