|
Hello,
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 this great quickstart Andreas |
|
Administrator
|
-- Andreas Kraftl <[hidden email]> 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 | [hidden email] Zend Framework | http://framework.zend.com/ |
|
Hello, Figured I'd add to this: On http://framework.zend.com/docs/quickstart/create-your-project in the conclusion section, the text abruptly ends with "You should". Pretty sure the rest got chopped off.
Another (I think), which is not in the quickstart but in the manual, is http://framework.zend.com/manual/en/zend.tool.framework.clitool.html#zend.tool.framework.clitool.setup-windows. It says to copy "zf.sh and zf.php..."; isn't zf.bat, instead of zf.sh, the one you need for Windows?
The new quickstart is very nice, thanks :)
------- Nick Howell On Fri, May 1, 2009 at 3:33 PM, Matthew Weier O'Phinney <[hidden email]> wrote: -- Andreas Kraftl <[hidden email]> wrote |
|
In reply to this post by weierophinney
Hi,
There are missing semicolons in "application/models/Guestbook.php" file on lines: throw new Exception('Invalid guestbook property') Btw, new quickstart is cool :-) Greetings, Wojciech Naruniec
|
|
Administrator
|
-- Wojciech Naruniec <[hidden email]> 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 <[hidden email]> 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 | [hidden email] Zend Framework | http://framework.zend.com/ |
| Powered by Nabble | Edit this page |
