Hi everybody. I haven't worked for a long time with CakePHP and I can't find a solution for this:
In my application a I have now url's like this one: http://localhost/cake/ocwdev/fields/view/17 17 is the id refered to a field called "Science" for example. I would like the url to be like this one: http://localhost/cake/ocwdev/fields/view/Science Is this possible without passing "Science" as an argument? I think it is not a good idea to search by 'name' instead of by 'id' in the controller to see the contents of the field.. Thank's in advanced. Regards. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
