Zend Form: How do I make it bend to my will?

后端 未结 14 1718
你的背包
你的背包 2021-01-29 18:53

I\'ve read the manual many times, I\'ve scoured the posts offered by Google on the subject, I have even bought a couple of books that deal with ZF. Now, why am I still confused?

14条回答
  •  悲&欢浪女
    2021-01-29 19:32

    Skipping out on the form-wide decorators (IE - printing individual elements of the form rather than just relying on the Form's standard View Helper to handle everything) is one way to get a bunch of control back.

    Another option is to simply hand-code your form and only use ZF to handle validation and filtering.

提交回复
热议问题