Skip to content

Instantly share code, notes, and snippets.

@weierophinney
Created December 7, 2011 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weierophinney/1443923 to your computer and use it in GitHub Desktop.
Save weierophinney/1443923 to your computer and use it in GitHub Desktop.
<?php
if (!($env = getenv('APPLICATION_ENV'))) {
$env = 'local';
}
$glob = glob(__DIR__ . "/config/autoload/config.{global,$env}.php");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment