Welcome Guest, Not a member yet? Register   Sign In
Support multiple databases for db:table
#2

Connecting to Multiple Databases

If you need to connect to more than one database simultaneously you can do so as follows:

$db1 = \Config\Database::connect('group_one');
$db2 = \Config\Database::connect('group_two');

Note: Change the words group_one and group_two to the specific group names you are connecting to.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Support multiple databases for db:table - by InsiteFX - 07-02-2023, 09:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB