Monthly Archives: April 2008

Rolling Your Own MVC: The View

Welcome to the third part of my series on MVC framework development. In the previous two articles, I discussed the general feature set that our framework will have and I also gave an overview of the page load scenario. In … Continue reading

Posted in PHP | Tagged , , , | 3 Comments

Rolling Your Own MVC: The Page Load Scenario

In my previous article, I announced that I would be documenting the process of developing a simple MVC framework. In this post I will go into a little more detail about each of the specific components of our MVC and will … Continue reading

Posted in Code, Design Patterns, PHP | Tagged , , , | 8 Comments