Exemplo n.º 1
0
function getusergroups($obj)
{
    $group = new group();
    return $group->getall();
}