Simple MVC PHP Framework
http://blog.maxindelicato.com/2008/11/simple-mvc-php-framework.htmlThis article details the specifics of a simple PHP based web application framework. There are many different architectural patterns that one can use to develop a web application framework, and for this framework I’ve chosen the Model-View-Controller (MVC) pattern.