Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created October 28, 2013 04:54
Show Gist options
  • Save jmertic/7191601 to your computer and use it in GitHub Desktop.
Save jmertic/7191601 to your computer and use it in GitHub Desktop.
<?php
$configurator = new Configurator();
if (!isset($configurator->config['test_key1'])) {
$configurator->config['test_key1'] = 'test_value1';
}
$configurator->handleOverride();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment