CodeIgniter-Slug-Library icon indicating copy to clipboard operation
CodeIgniter-Slug-Library copied to clipboard

Generate friendly uri strings

Results 2 CodeIgniter-Slug-Library issues
Sort by recently updated
recently updated
newest added

Until now, `$data` could only be a string or an array. Now, objects are supported as well. For example, `$data` must contain `$data->title` (equivalent to `$data['title']` in an array).

There is a single quote left.