OK, what I need is rather straightforward but I'm looking for the best, CodeIgniter-friendly, solution :
What I need :
So, any ideas? How would you go about it?
I use:
if ($_SERVER['SERVER_NAME'] == 'localhost'){
//local settings
} else {
//live settings
}