ZF-6513: QuickStart Sample Code Error
Description
There is a bug in one of the quickstart scripts: "resources" not "resource !
Just a missing "s" in the end. Please change it. Thank a lot. Bye
Found on: http://framework.zend.com/docs/quickstart/…
; application/configs/application.ini
; Add these lines to the appropriate sections: [production] resource.db.adapter = "PDO_SQLITE" resource.db.params.dbname = APPLICATION_PATH "/../data/db/guestbook.db"
[testing : production] resource.db.params.dbname = APPLICATION_PATH "/../data/db/guestbook-testing.db"
[development : production] resource.db.params.dbname = APPLICATION_PATH "/../data/db/guestbook-dev.db"
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-05-04T05:05:42.000+0000
This was reported on-list, and has been corrected already. The changes should propagate to the site today or tomorrow.