Page 2 of 2
Re: Submodules, yay or nay?
Posted: Thu Sep 18, 2008 4:07 pm
by allspiritseve
allspiritseve wrote:I don't agree that it does not work well to have 'one controller method per page' as you imply.
I meant konstrukt works well with one page per controller. I was not implying anything about the merits or lack thereof of one controller method per page.
Re: Submodules, yay or nay?
Posted: Thu Sep 18, 2008 4:36 pm
by Christopher
Yeah, I like Konstrukt's universal controller idea -- and I have a lot of respect for Troels. I have gone the Front Controller / Action Controller direction for two reasons. I like to do more global stuff in the FC (DI, Access Control, etc.), and I like to be able to have ACs that don't inherit anything (because most don't need much).