ZF-6557: Missing semicolons in Default_Model_Guestbook sample code of QuickStart guide
Description
The exception throwing statements in the __set() and __get() methods of the sample code for the Default_Model_Guestbook class of http://framework.zend.com/docs/quickstart/… are not terminated with a semicolon, resulting in a parse error.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-05-06T07:01:52.000+0000
This has been corrected in our sources, and will release with the next site refresh.