CakePHP - 用于管理 HABTM 模型的视图和控制器?

发布于 2024-12-13 07:39:27 字数 56 浏览 0 评论 0原文

是否可以在某个地方获得 GUI(视图和控制器)的默认设置,以管理两个模型之间的 HABTM 关系?

Is there somewhere that I can get a default set up for a GUI (views and controllers) for managing an HABTM relationship between two models?

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

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

发布评论

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

评论(1

浮萍、无处依 2024-12-20 07:39:27

您的问题并不具体,因此这是一个通用答案:

http:// book.cakephp.org/view/1522/Code-Generation-with-Bake

检查此 URL,它将向您展示如何使用烘焙 shell 为您的应用程序构建基本代码,该代码已经允许您执行 CRUD 操作并浏览您的应用程序记录。

如果您的数据库模式遵循约定,CakePHP 将检测到这一点并生成正确的表单和模型关联,同样适用于 HABTM。

Your question is not really specific so here is a generic answer:

http://book.cakephp.org/view/1522/Code-Generation-with-Bake

Check this URL it will show you how to build basic code using the bake shell for your app that already will allow you CRUD actions and browse your records.

If your database schema follows the conventions CakePHP will detect that and generate the correct forms and model associations, also for HABTM.

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