ci_bootstrap_3 icon indicating copy to clipboard operation
ci_bootstrap_3 copied to clipboard

Switching database connection

Open wahyuhandy opened this issue 7 years ago • 1 comments

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

wahyuhandy avatar Jul 08 '17 12:07 wahyuhandy

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

buoncri avatar Jul 11 '17 07:07 buoncri