Skip to content

Instantly share code, notes, and snippets.

@mipmip
Created February 14, 2012 20:59
Show Gist options
  • Save mipmip/1830389 to your computer and use it in GitHub Desktop.
Save mipmip/1830389 to your computer and use it in GitHub Desktop.
Parse typoscript in php
<?php
$typoscript=$this->session['tx_p3gatypeindesign_sv2_debug'];
$parserInstance = t3lib_div::makeInstance('t3lib_tsparser');
$parserInstance->parse($typoscript);
print_r($parserInstance->setup);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment