Advertisement
BenjaminS

TYPO3: Use an extension within an Extension

Jan 24th, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // add compatibility for other extensions
  2. // for use in extensions: insert a marker with this object.
  3. $extensionParams = array (
  4.     'includeLibs' => 'typo3conf/ext/extension/pi1/class.tx_extension_pi1.php',
  5.     'userFunc' => 'tx_extension_pi1->main',
  6.     'otherConfigurationForPi1' => 'blaat',
  7. );
  8.  
  9. $extension = $this->cObj->USER($extensionParams, 'USER');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement