my-programming-tutorials-logo

My Programming Tutorials

Use 2 or more database in a single Codeigniter project

Last updated on by , no comments

Use 2 or more database in a single Codeigniter project

There are circumctances where some developers need to use multiple databases in a single web project. If you are here then you surely want to learn that How to use multiple database in a codeigniter. So without any further ado let’s get into the trick. application/config/database.php create another key for $db variable (array) like bellow,… Read More »