[TYPO3-mvc] Passing arguments to a controller when running in bootstrap mode

Nicolas de Haen typo3 at ndh-websolutions.de
Fri Oct 14 12:00:36 CEST 2011


Hi,

I'm running an extbase extension in a TCE_main hook via
$bootstrap = new Tx_Extbase_Core_Bootstrap();
$bootstrap->run('', $configuration);

Now I want to pass arguments to the controller. I managed that with
$GET['pluginName']['foo'] = 'bar';

which is really a hack.

Is there a better way in version 1.4 to do that?

regards,
Nico


More information about the TYPO3-project-typo3v4mvc mailing list