Zend Framework

Archive for November 3rd, 2008

Zend Form display groups and decorators with example

Posted by Faheem Abbas on November 3, 2008

Sorry this blog is deprecated.

“Read new and updated version of this post here”. http://zendgeek.blogspot.com/2009/07/zend-form-display-groups-decorators.html

In my previous posts I discussed creation of zend form and decorators. These features are very helpful and quite easy to use.

However to give better look and feel to your form you will need to study Zend From display groups.

Display groups are used to group form elements for display purposes, so they give new look and feel to your forms. The name

of the form elements remain the same however elements in the same group are render together.

The most common use case would be to use display groups to put your form element in different field sets. Consider the following layout of the form.

Zend Form with Display Groups

Zend Form with Display Groups

Sorry this blog is deprecated.

“Read new and updated version of this post here”. http://zendgeek.blogspot.com/2009/07/zend-form-display-groups-decorators.html

Posted in Zend Framework | 8 Comments »