In the manual cake-manual.pdf it says:

------------------
$this->params['pass']
Stores the GET query string passed with the current request. For
example, if the URL /
posts/view/?var1=3&var2=4    was    called,    $this->params['pass']
would      equal
"?var1=3&var2=4".
------------------

However $this->params['pass'] gives back an array (which is even
better):

posts/view/4/town/street
Array
(
    [0] => 4
    [1] => town
    [2] => street
)

This is using the latest (I think) versions of cake and the manual.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to