[Typo3] Hash

Helge Vad helge at mereteland.dk
Tue Jul 5 11:02:23 CEST 2005


> Hi, can anyone direct me to a piece of information about building cHash
> parameter

The built-in link methods in class.tslib_pibase.php  are available when
you build your own extension (extending the tslib_pibase Class) -
those functions build urls with cHash ready-made.

tslib_pibase:  http://typo3api.ueckermann.de/index.html :

Example create link function in class.tslib_pibase.php :
tslib_pibase::pi_linkTP ( $str,
  $urlParameters = array(),
  $cache = 0,
  $altPageId = 0
)

cHash explained:
http://typo3.org/development/articles/the-mysteries-of-chash/page/2/

Best Helge Vad





More information about the TYPO3-english mailing list