[Typo3-dev] Caching

Ries van Twisk typo3 at rvt.dds.nl
Fri Sep 9 18:20:08 CEST 2005


Waggershauser, Thomas wrote:

>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?
>
>  
>

This is amazingly confused for us as developers....
Shouldn't there be just one place where we can say 'USER_INT' or just 
'USER' isntead of two places???


ries

-- 
R. van Twisk
http://www.metamorf.net

Our Typo3 enabled website: http://www.livetravelguides.com
Instand help for Typo3?    irc:/irc.freenode.net/typo3
Looking for documentation? http://typo3.org/documentation/






More information about the TYPO3-dev mailing list