Hello, I have some questions related to the offical ZFW QuickStart Guide (http://framework.zend.com/docs/quickstart)
1. The tutorial encourage the use of "APPLICATION_ENVIRONMENT", but where should I define this variable? in index.php or bootstrap.php? 2. The example app use Zend_Config_Ini to read ini file every request, will it be slow in real apps? (since parsing take time) 3. There is an error in this page: http://framework.zend.com/docs/quickstart/create-a-model-and-database-table Search for the word " application/model/GuestBook.php", it should be " application/models/GuestBook.php" Thanks.
