Simplified Chinese version of the Zend Framework Tutorial
Not only has Jason Qi found a lot of typographical and lexical errors in my tutorial (I know, I know.. you'd think by now I'd have found them all!) but he's also translated it into Simplified Chinese!
Download the PDF from his site now!
Thanks very much Jason.

December 27th, 2006 at 00:08 #
Hi Rob,
I should say many thanks to you!
I am looking forward to your next tutorial(about Zend_auth/Zend_Acl/Zend_Session). Then my online demo will function with user register/login and people could backup their websites and share them.
Happy new year!
Jason.
December 31st, 2006 at 10:34 #
I have done the refactor that you gave to readers in your tutorial. Not sure if it is ok, please take a quick look at my site.
Thanks.
January 10th, 2007 at 16:58 #
May have still missed one….
I've just run through the tutorial, it's very useful to help get up to speed on the basics - thank you very much.
Maybe my PHP is setup a little stricter than usual, but I did have to put some code to
the _indexForm.tpl.php file - just a condition around the output of the hidden id fields (
January 10th, 2007 at 16:59 #
May have still missed one….
I've just run through the tutorial, it's very useful to help get up to speed on the basics - thank you very much.
Maybe my PHP is setup a little stricter than usual, but I did have to put some code to
the _indexForm.tpl.php file - just a condition around the output of the hidden id fields (
) to avoid a warning notice for 'Undefined property: stdClass::$id'. If you are adding, then you haven't set $this->album->id.