为了账号安全,请及时绑定邮箱和手机立即绑定

yii框架使用model出现 table does not exist的解决办法?

yii框架使用model出现 table does not exist的解决办法?

Yii
回首忆惘然 2018-10-24 19:15:20
yii框架使用model出现 table does not exist的解决办法
查看完整描述

1 回答

?
慕斯709654

TA贡献1840条经验 获得超5个赞

在相应的model中添加该方法:
/**
* {@inheritdoc}
*/
public static function tableName()
{
return '{{%table_name}}';
}

查看完整回答
反对 回复 2018-11-18
  • 1 回答
  • 0 关注
  • 836 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信