Thank you very much, Kai.
Kai Meder-2 wrote: > > 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 > > -- View this message in context: http://www.nabble.com/Difference-between-Zend_Db_Table-and-Zend_Db_Table_Abstract-tp16619741p16659899.html Sent from the Zend Framework mailing list archive at Nabble.com.
