Skip to content

Instantly share code, notes, and snippets.

@sfelde
Created July 18, 2012 10:06
Show Gist options
  • Save sfelde/3135375 to your computer and use it in GitHub Desktop.
Save sfelde/3135375 to your computer and use it in GitHub Desktop.
oxid config param (config.inc.php)
$this->getViewConfig()->getOxConfigParameter('name');
#new
oxConfig::getInstance()->getConfigParam('name');
in config.inc.php or local conf
$this->name = 'value';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment