Reputation: 2453
I want to create a form similar to drupal's permissions form (https://i.sstatic.net/qJunz.jpg) using zend framework. any tips to create this using zend Decorators?
Upvotes: 0
Views: 953
Reputation: 8186
This is a very good explanation from the creator of Zend_Form , he also discusses how to use td,tr html tags to create grid http://devzone.zend.com/article/3450
Upvotes: 1