Re: Switching between databases

2007-05-20 Thread Samuel DeVore
Good idea in the long run, but for all my work I manage the servers ;) So I can be lazy ;) On 5/20/07, Schogini Support <[EMAIL PROTECTED]> wrote: > > > Good, you may want to replace > > > $_SERVER[ > 'SERVER_NAME > '] with env( > 'SERVER_NAME > ') for better compatibility with all types of serve

Re: Switching between databases

2007-05-20 Thread Schogini Support
Good, you may want to replace $_SERVER[ 'SERVER_NAME '] with env( 'SERVER_NAME ') for better compatibility with all types of servers. Regards Sree On 5/20/07, Samuel DeVore <[EMAIL PROTECTED]> wrote: > > like this > > > > On 5/19/07,

Re: Switching between databases

2007-05-20 Thread Samuel DeVore
like this On 5/19/07, pbland <[EMAIL PROTECTED]> wrote: > > > In the database.php file, it says "you can specify multiple > configurations for production, development and testing." I'm not > seeing how easily it is to switch from doing

Switching between databases

2007-05-20 Thread pbland
In the database.php file, it says "you can specify multiple configurations for production, development and testing." I'm not seeing how easily it is to switch from doing local development on a local database and then moving to a live database. I know you can change databases in the controller th