Slugify in Code Igniter |
Slugifying a string is a real pain in the a** with CodeIgniter (accented characters, apostrophes ... there is always something wrong in the slug)
Why not adding the following function once and for all in url_helper.php ? PHP Code: // Slugify a string I'm convinced this will help many many many developers around the world. |
Messages In This Thread |
Slugify in Code Igniter - by imabot - 11-02-2018, 03:05 PM
RE: Slugify in Code Igniter - by jreklund - 11-02-2018, 03:58 PM
|