我现场上传了所有的cakephp项目文件,但却给出了错误 消息
message is:
Error: Table billboards for model Billboard was not found in
datasource default.
错误图片是:
数据库表名是:billboards
Model name is : Billboard.php
<?php
/**
*
*/
class Billboard extends AppModel {
var $name = "billboards";
}
?>
Now what is my Mistakes?
答案 0 :(得分:1)
我的问题现在解决了。 我流了一些步骤