PHP QuickForm 相当于 Ruby on Rails

发布于 12-03 20:41 字数 110 浏览 0 评论 0原文

我需要将一个具有超过 1500 个功能点的大型应用程序从使用 QuickForm 的具有大量表单的 PHP 转换为 Ruby on Rails。

RoR中有类似QuickForm的东西吗?

I need to convert a huge application, with more than 1500 function points, from PHP with lots of forms using QuickForm, to Ruby on Rails.

There are a equivalent of QuickForm in RoR?

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

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

发布评论

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

评论(1

风吹雨成花2024-12-10 20:41:23

我不确定你所说的“等效”是什么意思,但是 Rails 有一些解决方案可以使书写表单变得有趣。或者至少不那么沉闷和痛苦。

例如,您可以看一下:
Formtastic: https://github.com/justinfrench/formtastic
SimpleForm https://github.com/plataformatec/simple_form

只要记住选择正确的分支,如果你选择Formtastic(Ruby on Rails 2.x 或 3.x)

I am not sure what you mean by saying "equivalent", but there are solutions for Rails that make writting forms fun. Or at least less dull and painfull.

For example you may take a look at:
Formtastic: https://github.com/justinfrench/formtastic
SimpleForm https://github.com/plataformatec/simple_form

Just remember to pick correct branch, if you go with Formtastic (Ruby on Rails 2.x or 3.x)

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