[TYPO3-mvc] Accessing get/post-data in the controller
Jonas Götze
jonnsn at gmail.com
Mon May 10 13:49:17 CEST 2010
Hi Søren,
I see - Thank you for pointing this out!
How could I access a parameter from another extension then?
in this case I am trying to get the tx_indexedsearch[sword] Parameter.
Regards
Jonas
> Hi Jonas,
> Your aguments should be called as
> tx_lowercaseextensinname_pluginname[varname]
> pluginname is defined in your ext_localconf.php
> example:
> http://mypage.tld/index.php?id=54&tx_mymvcext_plugin[test]=lorem
> then $this->request->getArgument('test') will contain "lorem" :-)
> Regards
> Søren
More information about the TYPO3-project-typo3v4mvc
mailing list