Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以解释为什么它最好用于原型设计吗?它不应该在生产应用程序中使用吗?
Zend_Form 可以而且我确信在许多站点的生产中都使用过。 您可能听说 Zend_Form 最适合用于原型设计的原因是因为使用当前装饰器的方式很难获得许多人想要的外观或代码。 此外,对多页表单和非常复杂的表单的支持可能会受到限制或需要大量工作才能正确完成。 让 Zend_Form 更简单的诀窍是学习viewScript装饰器,它并不完美,但确实有帮助。