Welcome Guest, Not a member yet? Register   Sign In
Multiple Database Connection
#4

(07-20-2017, 11:20 AM)ciadvantage Wrote: I m using three DBs on my company projects.  it is easy as 1,2,3.  Configure it from database.php

In the User Guide it says:
Connecting to Multiple Databases
If you need to connect to more than one database simultaneously you can do so as follows:
$DB1 = $this->load->database('group_one', TRUE);
$DB2 = $this->load->database('group_two', TRUE);


Is this to be placed in each model?

Please enlighten me with a more detailed explanation!!

Thanks in advance,
HEKuiper
Reply


Messages In This Thread
Multiple Database Connection - by Rajakumaran - 07-19-2017, 03:22 AM
RE: Multiple Database Connection - by PaulD - 07-19-2017, 10:55 AM
RE: Multiple Database Connection - by ciadvantage - 07-20-2017, 11:20 AM
RE: Multiple Database Connection - by HEKuiper - 10-04-2017, 03:26 AM
RE: Multiple Database Connection - by dave friend - 10-04-2017, 08:13 AM
RE: Multiple Database Connection - by HEKuiper - 10-04-2017, 01:34 PM
RE: Multiple Database Connection - by Kaosweaver - 10-04-2017, 06:33 AM
RE: Multiple Database Connection - by InsiteFX - 10-05-2017, 03:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB