Are there any particular reasons to use named parameters in a URL
instead of a normal GET string?

/posts/view/var1:3/var2:4

VS

/posts/view/?var1=3&var2=4

Both can be accessed in $this->params.  I've always used a regular GET
string, but if Cake convention suggests not to, I'd be interested to
hear why.

Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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