[TYPO3-mvc] Dispach controller from eID file
Steffen Ritter
info at rs-websystems.de
Sat Nov 14 11:05:04 CET 2009
Fernando Arconada schrieb:
> 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 ...
>
I'm using AJAX.... With another PageType... Works fine... I Have a AJAX
controller...
More information about the TYPO3-project-typo3v4mvc
mailing list