method getMaxLastActivity documentation in bbn\Appui\Chat
function(string $id_user = NULL)
{
if ($this->check()
&& (bbn\Str::isUid($id_user)
|| \is_null($id_user))
) {
return $this->db->selectOne(
'bbn_chats_users', 'MAX(last_activity)', [
'id_user' => $id_user ?: $this->user->getId(),
'active' => 1
]
);
}
}
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-2023
BBN Solutions