SCHEME vs REAL DB: how to change on fly codeigniter DB with one config
Codeigniter has methos to access and manage CURRENT configured database. SPANISH version of this :Â https://groups.google.com/forum/m/#!topic/venenuxsarisari/jTP0zhLQHOY There's no method to change on the fly the "current selected db group", u must create one group per database and select it on the load, such as:Â $this->load->database('config-db-1'); where configdb1 its a stored http://dlvr.it/NLqQfw
















