Hello People,

I really like the router functionality parseExtensions, problem is
just that it relies on me polluting my namespace with .xml, .rss and
all that nasty stuff.

I don't want data representation exposed in my webapp URI.

I want clean URIs, so accessing resources in my webapp is done through
resources:

http://myhost/books
http://myhost/books/1

etc. not:

http://myhost/books.xml

I would really love something equivalent to parseExtensions that set's
up helpers, requesthandler, viewpath and layoutpath for me but based
on headers not extensions.
So i don't have to do it manually.

Does this exist in cake? Will it ever?

Regards,
Simon
--~--~---------~--~----~------------~-------~--~----~
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