How to style forms in the Zend framework?
Posted
by
user505988
on Stack Overflow
See other posts from Stack Overflow
or by user505988
Published on 2010-12-29T11:09:25Z
Indexed on
2010/12/29
15:54 UTC
Read the original article
Hit count: 166
Hi,
I really like the idea of putting forms into a seperate class that manages validation etc, but I don't like everything ending up in a DL and also not being able to use square bracket notation in post elements like <input type='checkbox' name='data[]'>
.
Is there another way of generating forms - like in views so I can style them the way I want, but also keeping the validation aspect? Also how would I load this view into my current view (using partial view somehow?)
© Stack Overflow or respective owner