View Single Post
  #3 (permalink)  
Old 04-14-2008, 02:34 PM
Elemental's Avatar
Elemental Elemental is offline
Senior Member
 
Join Date: Jul 2007
Posts: 119
Default

Zend_Db_Table is a relic of the beta days and we depreciated at one point in favor of Zend_Db_Table_Abstract. You should be using Zend_Db_Table_Abstract in your model classes unless you have extended it to create your own base Db_Table class.
Reply With Quote