[Typo3-dev] useCacheHash in FE-plugins, typolink, pi_base

Elmar Hinz elmar.hinz at vcd-berlin.de
Wed Oct 5 19:52:55 CEST 2005


Thank you for your detailed answer. With this I see clear enough now.

Remember to set $pi_checkCHash for USER to avoid the "empty cHash" problems.

var $pi_checkCHash = TRUE;

See: http://typo3.org/development/articles/the-mysteries-of-chash/


Example for function
pi_linkTP_keepPIvars_url($overrulePIvars=array(),$cache=0,$clearAnyway=0):

$pars = array('one' => 1, 'two' => 2, 'three' => 3);
$label = 'Read more ...';
$ankerLink = $this->pi_linkTP_keepPIvars($label,$pars,1,1);


Regards

Elmar



-- 
Climate change 2005: New Orleans, Sahel, Bangladesh, Spain, Portugal, 
Austria, Swiss, France, ...
Production of CO2 is killing people.
Production of CO2 just for fun is killing people just for fun.




More information about the TYPO3-dev mailing list