Ejemplo n.º 1
0
function list_admins()
{
    $handler = new AdminHandler();
    $handler->getList('');
    return $handler->result();
}