在config中增加数据库配置 指定为:
DB_CONFIG1= array(数据库配置信息);
在模型中使用
$data = $this->db(1,"DB_CONFIG1")->query('select * from fbc_user');