cakephp 创建拼写错误的模型类及其文件名

发布于 2024-09-10 06:21:47 字数 191 浏览 6 评论 0原文

我有一个名为“abuses”的数据库表。在烘焙应用程序时,烘焙命令将其控制器类名命名为“abuses”,文件名命名为“abuses_controller.php”,但是当我烘焙模型时,文件名是“Abus.php”,类名是“Abus”。

这是 cakePHP 中的错误吗?或者我错过了什么?

有人遇到过同样的问题吗?

谢谢

I have a database table named 'abuses'. While baking the application the bake command named it's controller classname as "abuses" and filename as "abuses_controller.php" but when I baked the model the filename was "Abus.php" and classname was "Abus".

Is that a bug in cakePHP ? or did I miss something ?

Has anyone encountered the same problem yet ?

Thanks

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

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

发布评论

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

评论(3

烟雨凡馨 2024-09-17 06:21:48

如果 Cake Inflector 出错,您可以添加自定义变形规则(它只是人类的,单数“~e”对于复数“~es”可能并不常见):
http://book.cakephp.org/view/953/Inflections

You can add your custom inflection rules if the Cake Inflector gets it wrong (it's only human, and a singular '~e' is probably uncommon for a plural '~es'):
http://book.cakephp.org/view/953/Inflections

帅气称霸 2024-09-17 06:21:48

看一下 CakePHP 的 Inflector 类。

Take a look at CakePHP's Inflector class.

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