method fullList documentation in bbn\User\Manager

function() { $r = []; $u = $this->class_cfg['arch']['users']; foreach ($this->db->rselectAll('bbn_users') as $a){ $r[] = [ 'value' => $a[$u['id']], 'text' => $this->getName($a, false), 'id_group' => $a[$u['id_group']], 'active' => $a[$u['active']] ? true : false ]; } return $r; }

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.