Hi,I was checking the quickstart and found one thing that although works seems strange.
In the framework.zend.com/docs/quickstart/create-a-form page we have to create a forms directory and inside create a Default_Form_Guestbook. In our Guestbook Controller (action sign) we simply create a new object. Since the idea is that every part of the class is mapped to a directory shouldn't we have to create a Default_Forms_X or at least store it under application/form/ ? The same goes to the models (Default_Model_Guestbook stored in application/models/Guestbook.php)
