Skip to content

Instantly share code, notes, and snippets.

@mipmip
Created February 14, 2012 21:09
Show Gist options
  • Save mipmip/1830467 to your computer and use it in GitHub Desktop.
Save mipmip/1830467 to your computer and use it in GitHub Desktop.
TYPO3: get extension ext_conf in php array
<?php
$conf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['myextname']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment