method explodeBitCfg documentation in bbn\User\Preferences
function($bit)
{
$c = $this->class_cfg['arch']['user_options_bits'];
if (
!empty($bit[$c['cfg']])
&& ($cfg = json_decode($bit[$c['cfg']], true))
) {
foreach ($cfg as $i => $v) {
if (!array_key_exists($i, $bit)) {
$bit[$i] = $v;
}
}
}
unset($bit[$c['cfg']]);
return $bit;
}
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-2025
BBN Solutions