Create Multiple Database Connections in CodeIgniter Projects
You might also like: How To Host CodeIgniter PHP On Cloud Using SSH. In order to use multiple database connections in your CodeIgniter project, you just need to create multiple configuration arrays that simplify working with multiple databases. The Default Configuration Array. Following is the structure of the default Codeigniter database ...