开发者

I've to design a web application with 1000 of forms [closed]

开发者 https://www.devze.com 2023-02-05 17:26 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this q开发者_开发知识库uestion so that it can be reopened, visit the help center. Closed 12 years ago.

I've to design a web application with 1000 of forms. The application needs to store all forms and forms data in database and all forms should be manageable from admin panel. Admin should be able to manage all forms and also manage how preview or form with some content display after form submit. what the right approach for this.

Any suggestions would be highly appreciated. Thanks


+1 on @Bazzz. Maybe use the Form-component of Zend Framework to read XML-configurations and render the forms. I think Zend Forms is usually a bit too much for a few forms, but if you are looking into 1000 is worth a look.

A bit outdated but the concept is the same... http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/

0

精彩评论

暂无评论...
验证码 换一张
取 消