[TYPO3-mvc] URLs for Several Content Elements of the same Extension with Extbase on one Page

David Bruchmann david at bruchmann-web.de
Thu Jul 29 14:57:30 CEST 2010


----- Ursprüngliche Nachricht -----
Von: Steffen Ritter <info at rs-websystems.de>
Gesendet: Donnerstag, 29. Juli 2010 12:50:43
An:
CC:
Betreff: Re: [TYPO3-mvc] URLs for Several Content Elements of the same 
Extension with Extbase on one Page

> patch the dispatcher not say hey im pi1 pi2 etc but to set Plugin name
> to: c{uid of the record}
>


Hi Steffen,

thanks for the proposition.
When I understand correct what you wrote you proposed this:
cObj_uid[parameter]=value

In some kind I thought the same by adding the cObj-uid as array-key as 
described in my other posts here and below again.

I'm doing my 1st project with mvc, so I'm not experienced but I think I 
need several data per parameter:

1) controller
2) controller-parameter
3) parameter value

4) cObj-uid

the first three are given through common syntax: 
tx_controller[parameter]=value

I suppose I have to add the cObj-uid instead of replacing it. So I think 
I have to build the parts like this:
tx_controller[cObj-uid][parameter]=value

Perhaps I can ignore the controller but I had to implement some logic to 
find the right one or isn't that right?

Best Regards,
David


More information about the TYPO3-project-typo3v4mvc mailing list