[TYPO3-english] EXT:pagebrowse additionalParameters Hook

Henrik Ziegenhain mail at h3nn3s.info
Fri Mar 6 18:36:15 CET 2009


Hi Dmitry,

yes you are absolutly right, I want to pass existing piVars.
With this piVars my SQL query is built.

Thanks for example, I think this is exactly what I am looking for. I 
will test it later or tomorrow.

Cheers
Henrik

Dmitry Dulepov schrieb:
> Hi!
> 
> 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';
> }
> 


More information about the TYPO3-english mailing list