Zend Framework Tutorial for ZF v0.6
Now that work's finished for the year, I've finally had time to update my tutorial so that it works with 0.6 of the Zend Framework.
There are lots of changes this time to accomodate the new MVC code that Matthew Weier O'Phinney has written. The new MVC system is very simple to use and also very powerful, so I feel that it definitely fits with the stated goals for the Zend Framework.

December 23rd, 2006 at 16:22 #
I am new a Zend Framework, and your site and tutorial are a great help.
December 23rd, 2006 at 17:55 #
Thanks Rob,I have download your updated version.
December 26th, 2006 at 21:51 #
I just went through the tutorial and I learned a lot. I ran into a few configuration issues (I had PHP 5.0.0 and upgraded to 5.2, also had Apache 2.0.x and upgraded to 2.2), but that too is good training. This is a GREAT intro to the Zend Framework. Thanks....
December 27th, 2006 at 09:27 #
Hi Ron,
You certainly need PHP 5.1.4+ for the Zend Framework. I probably should make that clearer :)
I run on Apache 2.0.x, so you didn't need to upgrade to 2.2 :) Good practise though!
Regards,
Rob...
January 17th, 2007 at 15:48 #
Hello Rob,
Great tutorial - this really got me up to speed with the Zend Framework.
The one step I still don't get is in the addView() function in the controller why do you need to "//set up an empty album"? If I remove this code everything seems to work fine.
February 10th, 2007 at 20:49 #
Your Zend Framework Tutorials are the best as far as I know. I just want to know if there's an upgrade for version 0.7
Thanks.
February 11th, 2007 at 12:31 #
Hi Robert,
The tutorial works on 0.7 as well as there have been no changes to the public facing API of MVC components since 0.6.
Regards,
Rob...