[TYPO3-project-4-3] changing the page cache to use the new caching framework

Franz Holzinger franz at fholzinger.com
Tue Sep 16 07:52:01 CEST 2008


Hello

Ingo Renner a écrit :
> 
> Example:
> a page showing a list of tt_news records in a list view. tt_news could 
> go and add tags in a way like this:
> 
>     // tt_news_X are the records shown on that page
> $TSFE->page->addTags('tt_news_list, tt_news_1, tt_news_2, tt_news_3');
> 
> Then there could be another plugin X on the same page that also tags the 
> page:
> 
> $TSFE->page->addTags('tx_X_someTag, tx_X_someOtherTag');
> 
page in tslib_fe is an array. IMHO you cannot add a method to an array.

var $page='';		// The pagerecord (array)

What does this mean to add tags of an extension to a list view?

- Franz



More information about the TYPO3-project-4-3 mailing list