Hello, I've decided to study the Zend Framework to use in my applications, and as first step I started the quickstart. It went very well until I had to create the 'guestbook' controller; i used the zf tool to create it and then edited accordingly to the guide, but when i lanched the page here's what i get: --- Fatal error: Class 'Application_Model_Guestbook' not found in D:\xampp\htdocs\zf\application\controllers\GuestbookController.php on line 12 ---
I 'suspect' its something related to the autoload functionality, but i cant get it to work. Some data: Version ZF 1.10.0 System: Windows 7 + XAMPP (Apache 2.2 + PHP 5.3) My directory structure is exactly the default created by the zf tool plus the files in the quickstart The files have the exacly same content as the quickstart, and all the php files have <?php in the beggining Some file contents: Bootstrap.php http://pastebin.com/m4de59b79 public/index.php http://pastebin.com/m157ca31f application/controllers/GuestbookController.php http://pastebin.com/m55b71e69 This is prob something easy to fix for experienced players but i cant seem to find a solution :( Does anyone know a way to fix this? Thank you very much in advance. -- Jader Augusto Intelligence Tech - Desenvolvimento de Sistemas e Web-sites - Suporte Técnico e consultoria em TI (98) 3227 - 7978
