使用 Propel 在 Symfony2 中形成表单?

发布于 2024-12-18 17:23:47 字数 160 浏览 1 评论 0原文

使用 Propel ORM 时,我似乎找不到任何有关 Symfony2 表单的文档。这还支持吗?当我运行控制台 API 时,它列出了所有 propel 命令,但没有一个是 propel:build-forms。这是否意味着 Symfony2 的 Propel ORM 不支持表单?

I can't seem to find any documentation on Symfony2 forms when using Propel ORM. Is this even supported? When I run the console API it lists all propel commands and none of them was propel:build-forms. Does this mean Propel ORM for Symfony2 does not support forms?

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

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

发布评论

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

评论(2

提笔落墨 2024-12-25 17:23:48

表单在 POPO(普通旧 PHP 对象)级别上工作。它们与您保存模型的方式无关。

Forms work on the POPO (Plain Old PHP Objects) level. They have nothing to do with the way you're persisting your model.

慵挽 2024-12-25 17:23:48

更准确地说,Propel + Symfony2 Forms 的工作方式就像一个魅力: http://www.propelorm.org/cookbook/symfony2/mastering-symfony2-forms-with-propel.html

To be more precise, Propel + Symfony2 Forms work like a charm: http://www.propelorm.org/cookbook/symfony2/mastering-symfony2-forms-with-propel.html

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