I want to switch from one database to other dynamically in the codeigniter. I have one main database from which a user will be authenticated and then after that he/she will be moved to his/her company database. What I really want to switch database on fly without creating a database in database.php.
2
-
1codeigniter multiple database doc would be useful ellislab.com/codeigniter/user-guide/database/connecting.htmlGirish– Girish2014-05-15 04:35:38 +00:00Commented May 15, 2014 at 4:35
-
stackoverflow.com/questions/11622872/…Deepak– Deepak2014-05-15 04:38:14 +00:00Commented May 15, 2014 at 4:38
Add a comment
|