My PHP learning path lead me to review and try the MVC (Model-View-Controller) architectural pattern. So I decided to write my own framework. It was a great learning experience because I had to deal with object-oriented programing, design patterns and considerations.
I use the Book-O-Rama application as a base. I rewrite it in order to adjusted it to my MVC framework and here you have the results.