method groupInsertOption documentation in bbn\User\Manager
function(string $id_group, string $id_option)
{
if (($pref = Preferences::getPreferences())
&& ($cfg = $pref->getClassCfg())
) {
return (bool)$this->db->insertIgnore(
$cfg['table'], [
$cfg['arch']['user_options']['id_option'] => $id_option,
$cfg['arch']['user_options']['id_group'] => $id_group
]
);
}
return false;
}
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