[TYPO3-mvc] Dispach controller from eID file

Steffen Ritter info at rs-websystems.de
Sat Nov 14 10:54:02 CET 2009


Fernando Arconada schrieb:
> Hello
> 
> How can i call a controller from a eID file? I've tried with
> $conf = array(
>         'pluginName' => 'icomunication',
>         'extensionName' => 'icomunication',
>         'controller' => 'Notes',
>         'action' => 'list'
> );
> 
> 
> $d = new Tx_Extbase_Dispatcher;
> $d->cObj = t3lib_div::makeInstance('tslib_cObj');
> $d->dispatch($content, $conf);
> 
> 
> but it doesnt work
> 
> 
> Is it possible?
Have a look at "Usage of extbase from CLI" some days ago ...


More information about the TYPO3-project-typo3v4mvc mailing list