-3
我上傳的活都是我的CakePHP的項目文件,但給錯誤 消息丟失的數據庫表
message is:
Error: Table billboards for model Billboard was not found in
datasource default.
錯誤形象:
數據庫表名是:廣告牌
Model name is : Billboard.php
<?php
/**
*
*/
class Billboard extends AppModel {
var $name = "billboards";
}
?>
Now what is my Mistakes?
嗯,我認爲這是非常明顯的。在你的實時數據庫中,你的桌子廣告牌? – Dianna
yes數據庫表名是:billboards –
刪除所有緩存文件並重試 –