[TYPO3-mvc] Caching Problem
Xavier Perseguers
typo3 at perseguers.ch
Thu Jul 9 16:50:28 CEST 2009
Hi Sebastian,
>> I found exactly where the problem was, it's straightforward where
>> reading the phpDoc of t3lib_extMgm:
> Thanks for figuring that out!
>
>> Call for "registering" is t3lib_extMgm::addPlugin() and phpDoc in
>> t3lib_extMgm says: FOR USE IN ext_tables.php FILES
>>
>> while call for rendering is t3lib_extMgm::addTypoScript() and phpDoc
>> this time says: FOR USE IN ext_localconf.php FILES
>>
>> What about two methods addPlugin() and addTypoScript() or keep the
>> registerPlugin() which I quite like for ext_tables.php and add a
>> registerTypoScript() or something like that for ext_localconf.php, in
>> order to have similar call than when dealing directly with
>> t3lib_extMgm but still be a bit different to not call the wrong ones?
> Hmm, the question to me is, how to avoid duplicating information? So how
> would the signatures of your proposed methods look like?
See proposed patch, there's not so much redundant info...
--
Xavier Perseguers
http://xavier.perseguers.ch/en
One contribution a day keeps the fork away
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cacheProblem.diff
Url: http://lists.netfielders.de/pipermail/typo3-project-typo3v4mvc/attachments/20090709/7bcb0aef/attachment.txt
More information about the TYPO3-project-typo3v4mvc
mailing list