I researched in several places how to pass the title of a post in the url using codeigniter,
ex: link
The only way I got so far was to use Helper url_title()
, but it's time to search the error database because there is no fighting club title, but Fight Club.
Then I saw that I should create a field in the database to hold the post slug to be used in the search.
I would like to know if there is another way to do this without having to tinker with the url_title()
or other function.