[TYPO3-english] EXT:pagebrowse additionalParameters Hook

Dmitry Dulepov dmitry at typo3.org
Fri Mar 6 17:57:59 CET 2009


Hi!

Henrik Ziegenhain wrote:
> My only problem is, that I don´t know exactly how to pass the piVars
> from the first to the following pages.

Do you need to pass new piVars? I thought you mean that existing piVars are not passed :)

Here is an example of the hook function:

function addPiVarsToPageBrowser(array $params) {
	return $params['additionalParameters'] . '&tx_myext_pi1[param]=value';
}

-- 
Dmitry Dulepov
TYPO3 core team
http://dmitry-dulepov.com/
"Computers are so unreliable... just like people" (Major Cain, "Resident Evil: Apocalypse")


More information about the TYPO3-english mailing list