[TYPO3-mvc] controller and unique id
Steffen Kamper
info at sk-typo3.de
Mon Jul 20 11:42:33 CEST 2009
Hi Bastian,
Bastian Waidelich schrieb:
> Steffen Kamper wrote:
>
> Hi,
>
>> see my other post where i suggest adding automatically a
>> "&identifier=uid"
>
> I don't really get it.
got your coffee? I sent you one :)
> You mean, that you could call the same action with
> tx_myextension[action]=foo and
> tx_myextension[123][action]=foo&identifier=uid
>
> ??
>
nearly, yes. Having the identifier you won't have the url without it (if
you use the api). And yes, having multiple plugins with same controller
and same action it would be like that
tx_myextension[action]=foo : all plugins would react
tx_myextension[123][action]=foo&identifier=uid : only one plugin would react
vg Steffen
More information about the TYPO3-project-typo3v4mvc
mailing list