Monthly Archives: March 2010

Class ‘Zend_Db_Table’ not found

New developers sometimes struggle with putting all of Zend Framework’s pieces together. This week someone asked me how to resolve the error: Fatal error: Class ‘Zend_Db_Table’ not found. The answer: he needs to “require” the file containing the Zend_Db_Table class, … Continue reading

Posted in IT, PHP, Web development, Zend Framework | 1 Comment