Welcome Guest, Not a member yet? Register   Sign In
Database Prefix Problem
#5

[eluser]WanWizard[/eluser]
Create a second database config for the same database, but without the prefix. Then use $this->db to access the default database (with prefix) , and
Code:
$this->phpbb = $this->load->database('phpbb', TRUE);
to access the phpbb tables.


Messages In This Thread
Database Prefix Problem - by El Forum - 11-30-2010, 12:24 AM
Database Prefix Problem - by El Forum - 11-30-2010, 12:48 AM
Database Prefix Problem - by El Forum - 11-30-2010, 01:07 AM
Database Prefix Problem - by El Forum - 11-30-2010, 01:44 AM
Database Prefix Problem - by El Forum - 11-30-2010, 02:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB