I am new at building template based web sites. The template part I beleive I have grasped in my head but now I have to marry up the model and the view with the controller part of the MVC structure. I'm trying to decide whether to use modules in separate directories to process requests or use the template generator class to process the requests from the links in my menus and the rest of my application.
Some of my concerns is that I am creating classes like my template generator to become too specific, which will lead to mind-numbing confusing code. I have been at this point of confusion for a while so if anyone has any ideas on structuring the control portion of a web application I would be most grateful...
I am using PHP 5.0.4 with mysql v4.0.15
Thanks!
T