Again, I'm designing my own mvc application.
I was wondering, should I create a dispatcher for my mvc application?
It seems the only logical way to handle default actions.
Ie a index.php page that gathers the entire url then dispatches to controllers based upon the url parameters.
Is this the proper way to do this?