Hello I need a string that transforms an Title-string to an URL friendly string.
eg.:
Title-string: My Vintage Cars
URL friendly string -> my_vintage_cars
I know how to do this with PHP, but is there a way couch transfoms this for me before saving to DB. If not I do this during the website output from DB 2 Website.
eg.:
Title-string: My Vintage Cars
URL friendly string -> my_vintage_cars
I know how to do this with PHP, but is there a way couch transfoms this for me before saving to DB. If not I do this during the website output from DB 2 Website.