I have controller over my URLs
I have this controller 'user' with 2 functions: index(list of users),
view(user details)
I have another controller 'restaurant' with 2 functions: index(list of
restaurants), view(restaurant details)

I wanted to have this urls:

http://domain.com/user/mcdonalds
and
http://domain.com/restaurant/mcdonalds


On Jul 12, 10:35 pm, pbreit <pbreitenb...@gmail.com> wrote:
> How do you want it to work exactly? Can you show us an example? And what are
> your constraints? Do you not have control over your URLs?

Reply via email to