Welcome Guest, Not a member yet? Register   Sign In
DB » Multiple connections CI3 ?
#8

$this->one = $this->load->database('dbone', true);
$this->two = $this->load->database('dbtwo', true);

$this->one->select('*')->from('some_table')->get();

$this->two->query('select * from some_table');
Reply


Messages In This Thread
DB » Multiple connections CI3 ? - by jocm.aguiar - 04-13-2016, 10:13 AM
RE: DB » Multiple connections CI3 ? - by spjonez - 04-14-2016, 04:11 PM
RE: DB » Multiple connections CI3 ? - by dmyers - 04-18-2016, 12:49 PM
RE: DB » Multiple connections CI3 ? - by dmyers - 04-19-2016, 06:21 PM
RE: DB » Multiple connections CI3 ? - by seasenx6 - 04-21-2016, 08:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB