You're right, I think the manual is not up to date with the code.

I've got the same result with my code !

PS: I'm not a Cake expert, I may be wrong ;)

2006/7/8, Attila < [EMAIL PROTECTED]>:

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 cake-php@googlegroups.com
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