JavaScript: Configs for Different Environments January 21, 2010 0 Comments
When you're developing a website, you typically have a development version of the site running locally (localhost), a staging version and a production version. Normally you would set up something that would automatically grab the necessary settings to use for that specific environment.
Here's what my CakePHP's config/database.php file looks lik... Read more »



