Maybe this will help.
Array
(
[controller] => photos
[action] => displayimage
[pass] => Array
(
)
[url] => Array
(
[url] => /albums/view/6/39
)
[bare] => 1
[webservices] =>
[0] => return
[return] => 0
)
So the url in the browser address bar is $this->params['url']. But
that url is calling a return on the controller and method listed. And
it getting passed a parameter along with it. It is an ajax call that I
have javascript turned off to see how it degrades.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---