Model-View Architecture

bcriner

New Member
Can anyone provide details or examples of how to implement a Model-View architecture design approach in WebSpeed. I want every request to go to one controller to process session, user and action authority. Then if valid, redirect, or pass the request on to an action object. This action object still needs to know the request or post information passed to the controller. Any ideas?
 
Back
Top