Skip to content

Conversation

@Padam87
Copy link
Owner

@Padam87 Padam87 commented Nov 16, 2015

No description provided.

public function setValue($value)
{
if (is_array($value)) {
$value = serialize($value);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a bunch of scalar values, so implode / explode might be enough for the job, what do you think ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants