Hi everyone,I have a class extending Zend_Db_Table with a bunch of methods doing all kinds of things. In one of the methods I need to update data in a different database. That database exists on the same server, so normally I would call mysql_select_db(dbname).
How would I do this in ZF using Zend_Db? David Brännlund Web & Database Development COMSOL AB, Sweden
