I've been doing some reading recently on the
Zend Framework . I imagine it will be the default in a year or so as the framework matures and more hosts move to php5. I've found a nice tutorial on IBM's site:
http://www-128.ibm.com/developerworks/library/os-php-zend1/index.htmlIt's in 9 parts (the first 5 are online so far) and it goes through the basics of setting up a zend framework environment all the way through the MVC model (Model View Controller), and building an example app.
For those who want to learn what's coming in the next few years, some time spent on the zend framework won't be wasted
