蛋糕 php 中的烤台

发布于 2024-10-13 07:49:31 字数 168 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

吃→可爱长大的 2024-10-20 07:49:31

尝试删除 \app\models 中的所有模型,然后重新烘焙它们。

Try deleting all of the models in \app\models and then rebake them.

清风无影 2024-10-20 07:49:31

尝试删除 app/tmp/cache/models 目录的内容。

Try deleting content of the app/tmp/cache/models directory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文