[TYPO3-dev] [TYPO3-mvc] Caching Problem
Benno Weinzierl
benno_weinzierl at web.de
Tue Jul 7 00:27:08 CEST 2009
Hey Xavier,
you are right, i think that this should be changed in the comment and in the
blogexample.
I was myself not too familiar with the differences between ext_tables.php
and ext_localconf.php. I had to do some debugging to realize that
ext_tables.php is not always included in the Frontend (i think only when the
page - or parts of it if you have a USER_INT - is not in the cache).
ext_localconf.php is included in every case.
Is somebody fixing the docu and blogexample or sould we post a bug?
Benno
"Steffen Kamper" <info at sk-typo3.de> schrieb im Newsbeitrag
news:mailman.1.1246788125.19513.typo3-dev at lists.netfielders.de...
> Hi,
>
> i think we should make this public. I also wasn't really aware about the
> difference of ext_tables/ext_localconf, but there seems to be a difference
> what to put in which file.
>
> Looking to t3lib_extmgm you find comments in functions
>
>
> FOR USE IN ext_localconf.php FILES
> Functions:
> addPItoST43, addTypoScriptSetup, addTypoScriptConstants, addTypoScript
>
> but
>
> FOR USE IN ext_tables.php/ext_localconf.php FILES
> Functions:
> addPageTSConfig, addUserTSConfig
>
> who knows more about the difference?
More information about the TYPO3-dev
mailing list