0
I’m trying to implement in the routing system an alias I want, coming from the database. Let’s imagine a news portal where in the table of the comic I have the table "news" where a url is loaded for each news for the url to look something like "http://www.omeusite.com/o-titulo-da-minha-noticia/". What’s the best way to do that???
Instead of using the numeric ID, I would like to use the headline only.
You want to know "what’s the best way to do that" or "how to do this"?
– Victor Stafusa