I've finally got around to updating the Zip file on the tutorial page!
This time, I've created two files: one with the Zend Framework (1.0.1) included and one without. The one without is much smaller at only 9KB, where as with the Framework, the zip is 2.2MB.
The links are:
I've also updated the tutorial itself to 1.4.4. This is a really minor update that fixes a couple of issues reported over the last month or so. The main one being that we now use Zend_Db_Table's createRow() function to create an empty record rather than manually creating one using stdClass.



August 11th, 2007 at 23:31 #
Thanks so much!
August 12th, 2007 at 04:48 #
Hi, thanks for all.
I wanna ask you something. Whould you please write and example using Zend_Db_Select for more elaborated querys using it in this same tutorial? I really need it, just tell me what are the changes that I should make.
Thank u
August 20th, 2007 at 14:55 #
I can't get your code to work
August 21st, 2007 at 15:13 #
hi jeff, if you reffer to my example of using zend_db_select on rob's tutorial, please, let me know in my blog, 'cause i don't get any notification from here. thanks
August 24th, 2007 at 08:32 #
There is a small error in your code (from the downloaded zip) In the _form.phtml file the hidden value name="ID" needs to be lowercase in order to update the database on an edit.