How do I handle a Controller that's not controlling a specific Model?
- by Ben Brocka
I've got a nice MVC set up going but my website requires some views that don't map directly to a model. Specifically I've got some generic Reports users need to run, and now I'm creating a utility for comparing some system configurations.
Right now the logic is crammed into a Reports Controller and I'm starting a Comparison Controller but this…