Author: afshin akhgar
Viewers: 54
Last month viewers: 4
Package: PHP Slug Generator
This PHP class can take a text of a title and create the slug by replacing characters that would need to be encoded, by using dashes or other delimiters.
Slug is the part of a URL that is often used to include in the pages' URLs the respective titles to make it easy for users to learn what the pages are about looking just at their URLs.
Not all characters can be included in URLs. For instance spaces and other characters need to be encoded in a special way, so they are not easily readable by the users.
This PHP class can take a text of a title and create the slug by replacing characters that would need to be encoded, by using dashes or other delimiters.
Not all characters can be included in URLs. For instance spaces and other characters need to be encoded in a special way, so they are not easily readable by the users.
This PHP class can take a text of a title and create the slug by replacing characters that would need to be encoded, by using dashes or other delimiters.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.