數(shù)據(jù)庫已經(jīng)建好并改好main.php中的參數(shù),但是使用gii Model Generator時會出現(xiàn)table does not exist。
1 回答

萬千封印
TA貢獻(xiàn)1891條經(jīng)驗(yàn) 獲得超3個贊
在相應(yīng)的model中添加該方法:
/**
* {@inheritdoc}
*/
public static function tableName()
{
return '{{%table_name}}';
}
- 1 回答
- 0 關(guān)注
- 951 瀏覽
添加回答
舉報
0/150
提交
取消