Search code examples
phpzend-frameworkzend-formzend-decorators

creating grid like forms in zend framework


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?


Solution

  • 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