[TYPO3-dev] Calling an extension without caching

Georg Ringer mail-spam at ringerge.org
Fri Mar 23 08:35:14 CET 2007


Hello,

I include my extension via hook and code like this:
   	      		 
require_once(t3lib_extMgm::extPath('rggooglemap').'pi1/class.tx_rggooglemap_pi1.php'); 
     $this->rggm2 = t3lib_div::makeInstance('tx_rggooglemap_pi1');

The problem is that this is cached (if the ext itself is cached, like 
tt_news). Is there any way to don't cache my part?

thanks
georg




More information about the TYPO3-dev mailing list