我应该使用 Zend_Form 吗?
我现在正在学习 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用 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.
我认为手动代码比使用 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