I want to be able write a very very simple MVC web framework to understand how the things work behind well known frameworks such as Django or RoR. My aim is not to develop a new framework (I probably couldn't anyway :)) but to learn things as I "try" to write one.
Can you recommend a book, article etc.? Where do I start for such a thing?
Thank you.