Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching database connection #118

Open
wahyuhandy opened this issue Jul 8, 2017 · 1 comment
Open

Switching database connection #118

wahyuhandy opened this issue Jul 8, 2017 · 1 comment

Comments

@wahyuhandy
Copy link

Is there any way to switch connection to another database?
I tried to put this line of code
$this->db = $this->load->database('db1',true);
into generate_crud function but it doesnt work

@buoncri
Copy link

buoncri commented Jul 11, 2017

try $this->_database = $this->load->database('db1', true);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants