cakePHP Bake 和数据库表之一遇到问题

发布于 2024-07-29 04:16:08 字数 268 浏览 12 评论 0原文

我正在使用 Bake 为我的数据库表创建模型。 我遇到了一个小问题。

我有 25 个表......

我计划烘焙模型,直到烘焙开始为其中一个数据库表赋予模型、文件和类自己的名称。

例如,数据库中的表被命名为:“risk_manager”

(它与我在烘焙时定义的其他表相关联)

但是,该模型显示为一个名为“risk.php”的文件,并且类名被称为“风险”(但它映射到正确的表。)

为什么会发生这种情况......?

I am using Bake to create models for my database tables.
I have run into a little problem.

I have 25 tables ....

I strated baking the models until for one of the database tables the bake started giving a name of it own to the model,file and class.

For example ,the table in database is named : 'risk_manager'

(It has association with other tables which i'm defining while baking)

However the model for this turns up as a file called "risk.php" and the class name is called "risk" (but it is mapped to the correct table.)

Why is this happening...?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

两个我 2024-08-05 04:16:08

我不太确定这是否是原因,但 Cake 希望表名是复数,因此“risk_managers”是正确的。

I'm not quite sure if that's the reason, but Cake expects table names to be plural, so "risk_managers" would be correct.

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