[fw-general] Question on organising controllers

2008-12-01 Thread Julian102
Hello, I am new to using the MVC (or any other design pattern) as well as zend framework. I can find lots and lots of documentation on what a controller is and how it works however I am still struggling to find out how to decide how to organise controllers in my applicaiton. Say I had a

Re: [fw-general] Question on organising controllers

2008-12-01 Thread Cameron
I'm pretty terrible at the whole MVC thing but I've done ok with a separate controller for each table (except for obvious exclusions like intersection tables or tiny tables for normalization purposes), and then extra controllers for stuff in your app, like users, and action helpers / bootstrap