-- Wojciech Naruniec <[email protected]> wrote (on Saturday, 02 May 2009, 01:45 AM +0200): > There are missing semicolons in "application/models/Guestbook.php" file on > lines: > > throw new Exception('Invalid guestbook property')
Odd -- they're correct in the tarball, but not on the site examples. I've updated the site examples, and will release them with the 1.8.1 release. > Btw, new quickstart is cool :-) Thanks! > -- Andreas Kraftl <[email protected]> wrote > (on Friday, 01 May 2009, 07:23 PM +0200): > > I don't know how to report the following two mistakes on Zend > > quickstart: > > > > http://framework.zend.com/docs/quickstart/ > create-a-model-and-database-table > > 4th code sample > > all resource.db should be resources.db > > > > another mistake > > % php scripts/load.sqlite.php > > should be > > % php scripts/load.sqlite.php --withdata > > > Thanks for the report -- I'll take care of those today. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
