Did you try the inflector class ? inflector::humanize, or inflector::underscore . Just a hint..
hth On May 6, 6:52 pm, "Nicolás Andrade" <[EMAIL PROTECTED]> wrote: > Hi, I'm working in a project where are shown artists and songs. > > The following URL shows artist info and links to different videos, using > Routes: > > http://videos.dev/artist/jamiroquai/ > > What I did is define the route to searchByArtistName() and then I search > using name field. > > Problem comes with, ie, "Rage Against The Machine", or worse than that, > "Guns 'n roses" > > I need to create /artist/rage_against_the_machine/ and > /artist/guns__n_roses/ for example. > > So would be nice to have a function UrlToName and NameToUrl where I can code > the String Replacements. > > Finally, the question: > > Where it must be, to be available in most of Controllers and Models and so > on, in a CakePHP way? > > Thanks in advance! > > n. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
