th5里引入构造函数问题多多
黄耀彬W
黄耀彬W 2018-09-11 22:39:29
0
2
1224

<?php

use app\common\controller\Base;

use app\common\validate\User;

use app\common\model\User as UserModel;

class Test extends Base

{

         public function test1(){

         return $this-fetch();

}

}

当引入构造函数的时候,就不能导出模版,虽然用view函数可以导出,但controller类的方法很多用不了,请问有什么好的解决方案

黄耀彬W
黄耀彬W

全部回复(1)
风行者

没用过tp.

不过子类构造函数记得用parent::__construct()继承父类构造函数

  • 回复 tp5+是parent::_initialize();别吓说啊
    Coco 作者 2018-09-21 11:25:16
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板