ci_bootstrap_3
ci_bootstrap_3 copied to clipboard
Switching database connection
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
try $this->_database = $this->load->database('db1', true);