Is it possible in cake to have something like the following in terms of
URLS:
http://www.domain.com/   -> index domain



and then have various Controllers like:
http://www.domain.com/Users/
http://www.domain.com/Users/edit/
http://www.domain.com/Places/

but also have a set of things that would like "actions"  to the default
but could be a "prettied" url like:
http://www.domain.com/here_is_story
?

I'd like for it to check a db table for whether there is a
"here_is_story" before checking for the other Controllers (ie this
should be the action for hte default route). What if there is a
conflict in that namespace between a controller and the default action?

thanks for help.

jonathan


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

Reply via email to