欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  php教程

tp3.2分页问题

程序员文章站 2024-01-29 16:47:22
...
Call to undefined method stdClass::setConfig() 哪里有问题
Call to undefined method stdClass::setConfig()

// 本类由系统自动生成,仅供测试用途
namespace Home\Controller;
use Think\Controller;
class IndexController extends Controller {
public function index(){

//import('ORG.Util.Page');// 导入分页类
$Form = M('feilong');
$count = $Form->count(); //计算总数
$page = new \Think\Page($count,3);
$list = $Form->limit($Page->firstRow. ',' . $Page->listRows)->order('id desc')->select();
// 模拟设置分页额外传入的参数
$Page->parameter = 'search=key&name=thinkphp';

// 设置分页显示
$Page->setConfig('header', '条数据');
$Page->setConfig('first', ' $Page->setConfig('last', '>>');
$page = $Page->show();

$this->display(); // 输出模板

}
}

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