yii框架使用model出现 table does not exist的解决办法
1 回答
慕斯709654
TA贡献1840条经验 获得超5个赞
在相应的model中添加该方法:
/**
* {@inheritdoc}
*/
public static function tableName()
{
return '{{%table_name}}';
}
- 1 回答
- 0 关注
- 836 浏览
添加回答
举报
0/150
提交
取消