Tag Archives: terminology
To slugify?
I’m currently working my way through Practical symfony and I’m on day 5. It’s talking about the need to “slugify” column names before they can be used in URLs. However, what does “slugifying” a string actually do?
Well, it replaces non-ASCII characters with ASCII characters. You learn something new everyday.
Serialization