[TYPO3-mvc] Mini-survey: link.page/uri.page ViewHelpers in BE mode

Bastian Waidelich bastian at typo3.org
Mon Jul 19 19:26:28 CEST 2010


Hi all,

I'm currently streamlining Fluid ViewHelpers and improve their support 
in Backend mode.
link.page is one of the ViewHelpers that currently does not really makes 
sense in BE:
<f:link.page>page link</f:link.page>
in a module creates a link pointing to 
"mod.php?M=module_ExtensionnamespaceModulenamespace"

I would suggest to change the behavior here and create the same link/URI 
as in Frontend Mode. So you could easily create links to plugins from 
within your BE module.
The above example would then create a link pointing to
"../index.php?id=XYZ" (or "http://yourdomain/index.php?id=XYZ" if 
absolute=true).

What do you think?
1. Do you already use the page ViewHelpers in BE mode (and if yes, why 
the hell?)
2. Do you think, that change would make sense?

Thanks for your feedback!
Bastian


More information about the TYPO3-project-typo3v4mvc mailing list