again replace your model name with this one Application_Model_DbTable_Books();
And also look for the directory structure in zend documentaion. If u look closely the name of the class represent the directory structure. At first the application directory then Model directory then DbTable Directory then your Books.php file in which your class resides. Follow the directory structure. I guess u are going through the tutorial of Rob Allen's. It was written in zf 1.8.x that is why you are getting error. In zf 1.10.x the naming convention changed for the classes. Now they follow directory structure of zf mvc. I hope this help. Regards, Shah Mubashir Hussain. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/fetchall-giving-error-tp3073372p3074860.html Sent from the Zend Framework mailing list archive at Nabble.com.
