$DB1
=
$this
->load->database(
'group_one'
, TRUE);
//group_one 连接属性的组名
$DB2
'group_two'
->query();
->result();