Search:

Support for php|architect’s Guide to Programming with Zend Framework

app==application for most values of app

In chapter two, when I am describing how to setup your bootstrap file, I missed renaming the app directory to application. This appears on or around page 15 below the sub-heading “Step 3: Creating Your Bootstrap”.

Original:

$frontController->setControllerDirectory(’c:/web/htdocs/app/controllers/’);

Corrected:

$frontController->setControllerDirectory(’c:/web/htdocs/application/controllers/’);

The example code is correct however, so if you are too lazy to type in the code yourself, you would have never noticed.

Many thanks to Zachary Burnham for finding and reporting this.

=C=

Post Meta

  1. No comments yet.

Leave a Reply