[TYPO3-mvc] Caching Problem
Sebastian Kurfürst
sebastian at typo3.org
Thu Jul 9 08:03:02 CEST 2009
Hi Xavier,
> 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?
Greets,
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list