Best Zend Framework architecture for large reporting site?

Posted by Andy on Stack Overflow See other posts from Stack Overflow or by Andy
Published on 2010-05-24T03:50:42Z Indexed on 2010/05/24 4:01 UTC
Read the original article Hit count: 273

Filed under:
|

I have a site of about 60 tabular report pages. Want to convert this to Zend. The report has two states: empty report and filled in with data report. Each report has its own set of input boxes and select drop downs to narrow down searches. You click on submit and it retrieves the data. Thats all each page does.

Do I create 60 controllers with each one with default index action and getData action? All I have read online do not really describe how to architect a real site.

© Stack Overflow or respective owner

Related posts about framework

Related posts about zend