蛋糕 php 中的烤台
我在 cakephp 中烘焙桌子。我成功烘焙了一个名为 abc 的表,我需要从数据库和 cakephp 文件夹中删除该表。我删除了该表的所有模型、控制器、视图和测试夹具。但由于某些原因,当我烘焙下一个表时,它给了我一个错误“缺少模型‘abc’的数据库表‘abc’。我不知道错误来自哪里。我删除了与 abc 相关的所有文件。
Im baking tables in cakephp. One table named abc which I baked successfully and I need to remove this table from database and also from the cakephp folder. I deleted all models, controllers, views and test fixture for that table. But due to some reasons now when Im baking my next tables it gives me an error "Missing database table 'abc' for model 'abc'. I dont know from where the error is coming. I deleted all files related to abc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试删除 \app\models 中的所有模型,然后重新烘焙它们。
Try deleting all of the models in \app\models and then rebake them.
尝试删除
app/tmp/cache/models
目录的内容。Try deleting content of the
app/tmp/cache/models
directory.