Nick Lo wrote: > I notice that Rob you have a "Zend_Db_Schema_Manager" in proposal and > wonder whether it, or something like it, could be used by Zend_Db_Table > in some way?
Zend_Db_Schema_Manager is more interested in applying changes to database schemas in a consistent and reliable manner between databases such as the development one and the live one. Regards, Rob...
