Anyone got some pointers?

I read two pages with info about dbAlias, but it doesn't seem to have ever
left the proposed state.

http://framework.zend.com/wiki/display/ZFPROP/Zend_Db_Adapter_Alias+-+Joseph
+Lee
http://framework.zend.com/issues/browse/ZF-7997

There was also a reference to another way.

http://jaybill.com/2007/09/12/using-the-zend-framework-with-multiple-databas
es/

It doesn't really look as clean as the dbAlias was looking. (no offence to
the creator)

resources.db.adapter = mysqli    
resources.db.params.host = localhost
resources.db.params.username = testdb
resources.db.params.password = user
resources.db.params.dbname = pass
resources.db.isDefaultTableAdapter = true

I have this in my application.ini is there no current way to use it twice
for two different databases? 

How are you solving this, if your doing something similar?

Thanks, 
Terre

Reply via email to