我应该使用 Zend_Form 吗?

发布于 2024-12-01 04:47:31 字数 230 浏览 0 评论 0原文

我现在正在学习 Zend Framework,我认为通过编程生成表单对我来说既尴尬又新鲜。

使用 Zend_form 的优点是它可以与 Zend Framework Form Validator 一起使用。

如果我使用手动生成的表单和手动处理的表单验证器会怎样?

使用哪一个更好?

尤其是在 MVC 风格的工作中。

Web 设计师可能不熟悉 Zend_Forms。

I'm studying Zend Framework now and I think generating forms with programming is awkward and new to me.

The strength of using Zend_form is that it can be used with Zend Framework Form Validator.

What If I use manually generated forms with manually handled form validator?

Which one is better to use?

Especially in MVC style of work.

Web designer might not be familiar with Zend_Forms.

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

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

发布评论

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

评论(2

尾戒 2024-12-08 04:47:31

我使用 Zend_forms 的方式与 Jason Gimore 描述的方式几乎相同: http://www.wjgilmore.com /blog/entry/how_i_learned_to_stop_worrying_and_love_zend_form

这是我发现的最简单的方法。

I use Zend_forms pretty much the same way as described by Jason Gimore: http://www.wjgilmore.com/blog/entry/how_i_learned_to_stop_worrying_and_love_zend_form

This is the easiest way that i've found.

怎樣才叫好 2024-12-08 04:47:31

我认为手动代码比使用 zf 命令是更好的解决方案。 (创建 zend 表单)
Zend 形式对于初学者来说很难。但最终它比html形式容易。
请参阅以下文档。

Zend 表单 - http://framework.zend.com/manual/en/zend。 form.html

Zend 验证器 - http://framework.zend.com/manual/en/zend.validate.set.html

I think manual code is good solution rater than use zf commands. (Create zend forms)
Zend form is difficult for beginners. But finally it is easy than html form.
Refer following documents.

Zend Form - http://framework.zend.com/manual/en/zend.form.html

Zend Validators - http://framework.zend.com/manual/en/zend.validate.set.html

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