Anchors are dealt on the browser side, there's nothing going on the server
side.

1. If you are on page /controller/action and you have a link like so: <a
href="#anchor"> then the browser would look for anchor #anchor on the
current loaded page.

2. If you are on page /controller/action and you have a link like so: <a
href="/controller/action2#anchor"> then SERVER will give your browser
contents for /controller/action2, and browser would then look for anchor
#anchor.

-MI

---------------------------------------------------------------------------

Remember, smart coders answer ten questions for every question they ask. 
So be smart, be cool, and share your knowledge. 

BAKE ON!

blog: http://www.MarianoIglesias.com.ar


-----Mensaje original-----
De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre
de aranworld
Enviado el: MiƩrcoles, 21 de Febrero de 2007 11:26 p.m.
Para: Cake PHP
Asunto: Extracting Anchor string from URL

I am familiar with CakePHP's $params array which can give me the GET
values from a URL.

However, does CakePHP keep track of the "anchor" text in a URL?


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to