Thread
:
What is the use of the abstract class Zend_Db_Table?
View Single Post
#
3
(
permalink
)
04-14-2008, 02:34 PM
Elemental
Senior Member
Join Date: Jul 2007
Posts: 119
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.
Elemental
View Public Profile
Send a private message to Elemental
Find all posts by Elemental