pahan
pahan

Reputation: 2453

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?

Upvotes: 0

Views: 953

Answers (1)

Mr Coder
Mr Coder

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

Related Questions