You can only have one default database connection, but you can create a separate db resource that loads the others and stores them somewhere (like in Zend_Registry).
-- Hector Sent from Temecula, California, United States On Fri, Jul 31, 2009 at 12:23 PM, wizardz <[email protected]>wrote: > > Hi! > What is the best way to handle several database connections using > Zend_Application_Resource_Db? > - write my own DB recource that will handle it? > - use Zend_Application_Resource_Db several times and create several > instances of the resource but with different configuration? > - do I miss something? > Thank you in advance > -- > View this message in context: > http://www.nabble.com/Several-database-connections-using-Zend_Application_Resource_Db--tp24761829p24761829.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
