Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Tibo Beijen's Blog:
Zend_Form: Building dynamic forms
Dec 21, 2009 @ 19:37:22

In this new post to his blog Tibo Beijen looks at more things you can do with dynamic forms in the Zend Framework. This time he breaks the "one row to one form" link for cases of undetermined fields or when no one-to-one connection exists.

Take for example a shopping cart that shows the amounts of each product. In this article I'll take a look at how to dynamically construct a form based on the data being edited, use subforms to reuse common parts and group related values, create composite 'elements' by using the default Zend_Form_Element in combination with a custom decorator, create additional elements with Javascript and have them processed by the form when submitted.

He lays out the situation where this might be used and how to use the Zend_Form component to create more abstract objects for working with your data. He adds on a decorators to the objects to replace the ViewRenderer decorator and integrates jQuery to allow the user to add in new fields as they need them.

tagged: zendframework dynamic form tutorial zendform

Link:


Trending Topics: