I am using the multidb to handle 2 DB. One DB charset is Big5 the other is
UTF-8. Are there any method to return the DB charset?
[production]
resources.multidb.db1.adapter = "pdo_mysql"
resources.multidb.db1.host = "localhost"
resources.multidb.db1.dbname = "db1"
resources.multidb.db1.charset = "big5"
resources.multidb.db2.adapter = "pdo_pgsql"
resources.multidb.db2.host = "example.com"
resources.multidb.db2.dbname = "db2"
resources.multidb.db1.charset = "UTF8"
resources.multidb.db2.default = true
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Zend-Application-Resource-Multidb-get-db-charset-tp4660784.html
Sent from the Zend Framework mailing list archive at Nabble.com.
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]