Guys, I need help with a sample minimal MVC implementation. Just a simple one. Do any of you have links to some tutorials about this one? Or a good detailed article about creating a web framework?

I planned on making my own web framework. Just a simple one. Something like, central controller gets the request, get the specific controller to some factory and execute the controller. Also, the controller knows the mapped Form, the form holds the data, return the View and the controller executes knowing all the details of what's the needed Model and View, displays the page then.

Hmmm, sounds disgusting as I'm not really expert for this one. I'm just starting on, so any help is greatly appreciated. And, thanks in advance.