How can I setup my codeigniter application so that if it cant connect to one mysql server it connects to another? ie: set primary mysql and secondary mysql.
|
feedback
|
migrated from webmasters.stackexchange.com Jan 23 at 0:50
This question came from our site for pro webmasters.
|
I would set up multiple codeigniter databases in the config/database (see below)
Then in my controller I would load the database and check if it was successful.
I haven't tested it but I would assume it would work. | ||||
|
feedback
|
|
Not sure, that is possible out of the box. You will have to hack the framework. | |||
|
feedback
|