I am wondering how to pass request vars to an action controller in an MVC system. The code I have now is a front controller, that loads a specific action controller based on the request_uri. There may or may not be extra vars in the request_uri, such as a primary key, depending on whether the action controller requires context or not. I am getting really frustrated at this point, because I don't know the proper way to do this. I can think of several ways to make it 'work' but none of them feel 'right'. (If that makes any sense)
Thanks,
Cory