[TYPO3-mvc] Dispach controller from eID file
Fernando Arconada
falcifer2001 at yahoo.es
Sat Nov 14 01:29:51 CET 2009
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?
More information about the TYPO3-project-typo3v4mvc
mailing list