[TYPO3-mvc] Dispach controller from eID file
Fernando Arconada
falcifer2001 at yahoo.es
Sat Nov 14 11:04:25 CET 2009
Is it the same situation?
So, If i develop an extension that uses AJAX or something that needs eID
then i can't use MVC, Ohh it looks very ugly, CLI isn't as common as AJAX,
Jochen, why is it postponed?
El Sat, 14 Nov 2009 10:54:02 +0100, Steffen Ritter escribió:
> 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