在一个php文件中如何才可以调用多个数据库
A数据库
config['a'].php
select * from A.test1;
b数据库
config['b'].php
select * from b.test2;如何实现,请高高手来看看