Zend_Db is a database abstraction layer, and is intended to
provide a common API for SQL operations.
Zend_Db_Table is a
Table Data Gateway, intended to abstract common table-level database
operations. Due to their abstract nature and the "magic" they do under
the hood to perform their operations, they can sometimes introduce
performance overhead.




