Creates unique slug based on string.
- Full name:
cms_slugify - Defined in:
cms/core/Shared/Helpers/db.php
Parameters
| Parameter | Type | Description |
|---|---|---|
$title |
string | Text to be slugified. |
$table |
string | Table the text is saved to (i.e. content, contenttype, site, product) |
Return Value
string
Slug.