method getGroupByCode documentation in bbn\User\Manager
function(string $code)
{
$g = $this->class_cfg['arch']['groups'];
if ($group = $this->db->rselect(
$this->class_cfg['tables']['groups'], [], [
$g['code'] => $code
]
)
) {
$group[$g['cfg']] = $group[$g['cfg']] ? json_decode($group[$g['cfg']], 1) : [];
return $group;
}
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-2025
BBN Solutions