[TYPO3-ect] tx_base - tslib_pibase modernized
Elmar Hinz
elmar.hinz at team.MINUS.red.DOT.net
Tue Apr 3 14:15:32 CEST 2007
> So having that sorted out (we agree on that matter of pi_USER_INT_obj
> being ugly), the only "trouble" that remains is how to make a beginner
> understand the separation of plugins (USER / USER_INT) for "simple"
> tasks like list and detail views? Should kickstarter generate some sort
> of switch in TypoScript? Or should the core do it (in methods like
> addPlugin or addPItoST43-renamed)?
Hi Ernesto,
as I have shown in
http://t3flyers.wordpress.com/2006/09/11/a-quick-guide-to-correct-caching-with-pi_base/
we need 2 plugins to cover the different natures of search form
(USER_INT) and details page (USER). This can be done with 2 differnt
plugins or in form of a switch like invented by JoH. I don't see how JoH's
solution could be integrated into addPItoST43-renamed. Just use it twice
to get the 2 plugin solution.
http://www.sk-typo3.de/COA_INT-in-Extensions.190.0.html
http://www.4any1.de/www.4any1.de?id=2346
The kickstarter is a central key to get proper caching plugins. I guess
it is not a little job to adapt the kickstarter to one of this double
plugin solutions. I have no idea who would do it.
I have seen that Christian Welzel yesterday published kickstarter__mvc and
I think he deserves a big thank you for his job. He can estimate how much
work it would be to adapt the kickstarter.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list