Hi. I'm building a sort of web framework I guess.. It started with a simple website I wrote in php. I decided not to use any framework out there, because I wanted to learn how to do things on my own and it was never supposed to be any fancy website anyways... Now I suddenly need a lot of "modules" I previously have used from frameworks out there. Instead of using modules from a framework, I thought maybe to write them my self to really understand what's going on...
Any books and tutorials on actually writing your own "modules" for:
- user authentication
- page caching and templating
- form validating and handling
- database integration
- mvc and cms
Most books on these topics just talk about it and refers to a framework out there. I'm looking for guidance to write actual code :P
Language is not important, but php, python, ruby, or java is preferred.
Thanks