method onlineList documentation in bbn\User\Users

function(int $minutes = 2) { return $this->db->getColArray(" SELECT DISTINCT bbn_users.id FROM bbn_users JOIN bbn_users_sessions ON id_user = bbn_users.id AND opened = 1 AND last_activity > (NOW() - INTERVAL $minutes MINUTE)"); }

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.