ofetchAll('select id, login from users left join users_effects ue on users.id = ue.owner_id where type = ' . self::INVISIBILITY_EFFECT); foreach ($row as $item) { $list .= '[id] = ' . $item->id . ', ' . $item->login . '
'; } return $list; } }