tp5.0.10 设置表前缀后无效

浏览:979 发布日期:2017/07/13 分类:求助交流

tp5.0.10 设置表前缀后无效

只好在模型加public function __construct()
    {
        parent::__construct();
        $this->table = Config('database.prefix') . 'member';
    }
才生效。。。。什么问题
最佳答案
评论( 相关
后面还有条评论,点击查看>>