I\'ve been struggling for some time now with exactly how to recode a page-based PHP application using an MVC framework. Just for background, I am having to move the app into MVC
Where I am having the most problem is deciding when to actually create a controller vs making something just an action because it's not always so clear cut.
Wherever possible, use one controller per view. That way: