[TYPO3-ect] RFC: Common prefixId for several controllers
R. van Twisk
typo3 at rvt.dds.nl
Fri Jan 12 14:12:39 CET 2007
Daniel Brüßler wrote:
> Hello,
>
> one possibility would be to use a regExp for 'GETvar'. But the
> performance would go down. And that would be bad!
>
and dangerous.....
> But yes - it is enough to differ between 'tx_yellowbanana_overview' and
> 'tx_yellowbanana_main' (or what ever the subparts would have as names)
> by the extension-author. No id of the current plugin-instance.
>
> ++----- little bit off-topic
> What's with realurl-support for extensions in general? So it would not
> be ONE big file - each extension would have it's own section as we have
> it for translations, TCA-configuration and so on ;-)
>
Personally I like the way realUrl works. it's not easy, but it's
extremly flexible
and allows to do what I want to. When it comes to 'design' for extensions
with realUrl then I just take care that
1) I pass valued by uid so in realUrl I can give it a name
2) Pass values human readable.
3) pass a id that can be referenced by a value lookup
in general as long as a extensions uses the link functions to create
page links they should be realUrl compatible.
I also think that realUrl cannot be pre-configured for extensions (
but may be a good hint) since that is up to the webmaster
to setup it's SEO.
Ries
More information about the TYPO3-team-extension-coordination
mailing list