[Typo3-dev] Caching
Waggershauser, Thomas
tw at amedick-sommer.de
Fri Sep 9 13:00:04 CEST 2005
Hi,
You probably have made a frontend plugin, which is added in
ext_localconf.php with t3lib_extMgm::addPItoST43. The last argument of
this call ($cached) tells the extMgm if you want the plugin to be an
USER or USER_INT object:
USER ($cached=1):
t3lib_extMgm::addPItoST43($_EXTKEY,'pi1/class.tx_blabla_pi1.php','_pi1','',1);
USER_INT ($cached=0):
t3lib_extMgm::addPItoST43($_EXTKEY,'pi1/class.tx_blabla_pi1.php','_pi1','',0);
Yes, thats it! Thanx a lot!
Can you tell me where (if) I can find this in the documentation?
Thomas
More information about the TYPO3-dev
mailing list