Dissecting an MVC Application
Stefan Priebsch (May 20, 2009)
Talk at php|tek 2009 (English - US)
Almost every modern web application follows the MVC paradigm. But using MVC does not necessarily help you write code that is easy to maintain, extend, and test. In this session, we will dissect a real-life MVC application and show how the code has been refactored, extended, and decoupled over time. We will point out common mistakes and discuss a lot of do's and don'ts that will help you write better code.
Quicklink: http://joind.in/187
Slides: Dissecting an MVC Application
Comments
Currently not open for comment.

May 22, 2009, 17:21 by adamculp
Nice talk Stefan. Just when I thought I had MVC down I now have new things to think about. The talk forced my mind to think outside the box, and rethink MVC on the web. Thank you.