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

后端 未结 14 1529
你的背包
你的背包 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:51

    I'm not sure if Zend already has that feature but, a quick solution would be to extend the class , make it accept a html template.

    For example:

    
    

    template:

    {input.email} {error.email}
    {label.password} {error.password} {input.password}
    {input.submit}

提交回复
热议问题