[Catalyst] Request
Octavian Râşniţă
orasnita at gmail.com
Tue Oct 27 19:23:57 GMT 2009
Hi,
Is there a Catalyst Request method for getting the path and the
query_string?
(Everything's after the base).
I want to use it in a TT template for changing the current language.
The current URI is something like:
http://www.site.com/prg?var1=val1&var2=val2
The base for this URI is:
http://www.site.com/en/
(Because I overwritten prepare_path as in the example given on the Cat wiki)
and the URL that should be printed with the new language is:
http://www.site.com/ro/prg?var1=val1&var2=val2
So I've got the base in the template, replaced '/../$' with 'ro' and then I
need to add the path but also the query_string.
Thanks.
Octavian
More information about the Catalyst
mailing list