method setValue documentation in bbn\Appui\Option
function(array $value, $id)
{
if ($this->check() && $this->exists($id)) {
$c =& $this->class_cfg;
$f =& $this->fields;
$this->cacheDelete($id);
return $this->db->update(
$c['table'],
[$f['value'] => json_encode($value)],
[$f['id'] => $id]
);
}
return null;
}
BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2023
BBN Solutions