hi

I am trying manipulate the url to provide different link options in
the view. Although I can get all the parameters using
Router::parser(Router::url("")), I am not sure how can I pass back the
parameter array and get a valid url. Below is an example of what I am
trying to do

Assume that I have a url controller/action/key1:v1/key2:v2/key3:v3

In the view, I want to build two different urls
First url - controller/action/key1:v1/key3:v3
Second URL - controller/action/key2:v2/key3:v4   (yes, I want to
modify value of key3)

Using Router::parser(Router::url("")), I can an array of all
parameters, controller, and action. But I couldn't find any method
that can take the same kind of array and can give me back a valid url

Any help will be appreciated

Regards,
Ritesh


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to