I'm using CakePhp2 and trying to get values of variables from a url.
My url looks like controller/action/foo:bar/foo2:bar2/foo3:bar3
?
When I use $this->request['foo']
CakePhp says "Undefined index".
Any idea to find values of foo, foo2 and foo3?