Welcome Guest, Not a member yet? Register   Sign In
Connecting to second db issue
#8

[eluser]xwero[/eluser]
My guess is if you load a connection string the AR library isn't available. If that is the problem it should be mentioned somewhere in the documentation and also a way to make the AR library available working with connection strings.

You could try
Code:
$query = $this->db->query('SELECT phpbb3_topics.* FROM phpbb3_topics JOIN phpbb3_posts ON phpbb3_posts.topic_id = phpbb3_topics.topic_id LIMIT 4');
To check if it is the AR setting that is missing.


Messages In This Thread
Connecting to second db issue - by El Forum - 08-13-2008, 01:05 AM
Connecting to second db issue - by El Forum - 08-13-2008, 02:01 AM
Connecting to second db issue - by El Forum - 08-13-2008, 02:07 AM
Connecting to second db issue - by El Forum - 08-13-2008, 02:24 AM
Connecting to second db issue - by El Forum - 08-13-2008, 02:26 AM
Connecting to second db issue - by El Forum - 08-13-2008, 02:28 AM
Connecting to second db issue - by El Forum - 08-13-2008, 02:31 AM
Connecting to second db issue - by El Forum - 08-13-2008, 02:35 AM
Connecting to second db issue - by El Forum - 08-13-2008, 02:40 AM
Connecting to second db issue - by El Forum - 08-13-2008, 02:53 AM
Connecting to second db issue - by El Forum - 08-13-2008, 02:58 AM
Connecting to second db issue - by El Forum - 08-13-2008, 05:34 AM
Connecting to second db issue - by El Forum - 08-13-2008, 06:00 AM
Connecting to second db issue - by El Forum - 08-13-2008, 06:21 AM
Connecting to second db issue - by El Forum - 08-13-2008, 06:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB