I have found this tutorial online
http://net.tutsplus.com/tutorials/php/creating-a-php5-framework-part-1/
I have created myself a simple sort of framework, but I have not been too knowledgeable whether I have followed best practices and the like... which I really would like to do.
I am looking at making my framework more unified by the MVC pattern. It seems I have sort of followed the principles, but I won't be happy until I can say my framework follows the design verbatim (and can, when it needs to be, easily picked up by another developer).
My question is, is this tutorial online a good place to start? I am using PHP5 with Apache.
Please note, I am not looking for the 'Why reinvent the wheel' type of answers, I'm doing this for fun and as a learning experience.