Tim's Weblog
Tim Strehle’s links and thoughts on Web apps, software development and Digital Asset Management, since 2002.
2004-02-17

MVC in PHP

revjim.net tells us how to write better code in PHP: "Writing good, clean PHP code isn't hard. One just needs a few simple guidelines."

He's explaining his approach to using Model/View/Controller architecture in a PHP application. (Not very well written, in my opinion - writing good, clean tutorials IS hard...)