Welcome Guest, Not a member yet? Register   Sign In
Multiple database connections in stensi's Datamapper
#3

[eluser]danmontgomery[/eluser]
Datamapper inherits the database from whatever $this->db is in the CI superobject. If you autoload both, it will always be default. To specify another DB, you would have to load the db library and specify the database in the way you normally would.

Code:
$this->database->load('first');
$this->load->library('datamapper');


Messages In This Thread
Multiple database connections in stensi's Datamapper - by El Forum - 01-17-2011, 11:53 AM
Multiple database connections in stensi's Datamapper - by El Forum - 01-17-2011, 01:39 PM
Multiple database connections in stensi's Datamapper - by El Forum - 01-17-2011, 04:38 PM
Multiple database connections in stensi's Datamapper - by El Forum - 01-17-2011, 05:24 PM
Multiple database connections in stensi's Datamapper - by El Forum - 01-18-2011, 04:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB