xing93111 wrote:
What's the difference between Zend_Db_Table and Zend_Db_Table_Abstract? My
code can extend either one and it works.

I think the only reason is the Namespace-style.
The class a_b_c is stored in the filesystem like a/b/c.
So Zend_Db_Table_Abstract is the main class containing the base logic.
Zend_Db_Table merely initiates the Namespace...

So long,
Kai

Reply via email to