CodeIgniter-Slug-Library
CodeIgniter-Slug-Library copied to clipboard
Object support
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).