ZF-6514: Quickstart INSERT statement not executed due to missing Parameter at script launch
Description
Look at this page: http://framework.zend.com/docs/quickstart/…
To install the Sqlite database the reader is told to run this script:
% php scripts/load.sqlite.php
It executes as expected an creates the defined db scheme. But the INSERT statements are NOT executed because of a missing argument like this:
% php scripts/load.sqlite.php INSERT
The script is not spellchecking the parameter, it only checks its existence.
Please update this instrucction. Thanks
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-05-04T05:06:57.000+0000
This was reported on-list, and has been corrected. Changes should propagate to the site today or tomorrow.