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

Object support

Open SteeveDroz opened this issue 8 years ago • 0 comments

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).

SteeveDroz avatar Jul 10 '17 06:07 SteeveDroz