Описание тега zend-db-table
Object-oriented interface to database tables
The Zend_Db_Table
class is an object-oriented interface to database tables. It provides methods for many common operations on tables. The base class is extensible, so you can add custom logic.
The Zend_Db_Table
solution is an implementation of the Table Data Gateway pattern. The solution also includes a class that implements the Row Data Gateway pattern.