Jader Augusto wrote: > > 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 > --- >
The Guestbook Model is probably missing. Have a look at this page: http://framework.zend.com/manual/en/learning.quickstart.create-model.html and scroll down to the first code example. It also shows you where to place it. -- View this message in context: http://n4.nabble.com/quickstart-question-tp1457372p1457384.html Sent from the Zend Framework mailing list archive at Nabble.com.
