Can someone explain why it’s best use is for prototyping? Should it not be used in a production app?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Zend_Form can be and I’m sure is used in production on many sites.
The reason you likely hear that Zend_Form is best used in prototyping is because with the way the current decorator’s are used it can be very difficult to get exactly the look or code many people want.
Also support for multipage forms and very complex forms can be limited or require alot of work to get right.
The trick to making Zend_Form easier is to learn the viewScript decorator, it’s not perfect but it does help.