[TYPO3-mvc] URIBuilder rewrite

Bastian Waidelich bastian at typo3.org
Fri Aug 28 13:26:46 CEST 2009


Bastian Waidelich wrote:

> My current approach is to recursively merge $_GET with $arguments and 
> append like this:
> $uri = 'mod.php?' . http_build_query($mergedArguments, NULL, '&');

That seems to work out.
In BE following action link arguments would be supported:
action, arguments, controller, section, additionalParams

And following arguments would be ignored:
extensionName, pluginName, pageUid, pageType, noCache, noCacheHash, 
linkAccessRestrictedPages, absolute

Sounds good?

Bastian


More information about the TYPO3-project-typo3v4mvc mailing list