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.
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.
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.
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 (
if ('add' != $this->action)
) to avoid a warning notice for 'Undefined property: stdClass::$id'. If you are adding, then you haven't set $this->album->id.
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 (
if ('add' != $this->action)
) to avoid a warning notice for 'Undefined property: stdClass::$id'. If you are adding, then you haven't set $this->album->id.