On Thu, Dec 18, 2008 at 4:45 AM, fito <fitode...@gmail.com> wrote:
>
> Hi friends.
>
> I've been using cake for some months, but it was today the first time
> I tried to invoke a controller method with a % character in the url.
> Something like this:
>
> $html->link('Example', '/controller/method?width=90%')
>

A server will expect that the % is a prelude to a hex character. Not a
good idea to use that in a URL for anything else.

http://www.faqs.org/rfcs/rfc1738.html

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to