foreach ($this->db->fetchAll($query, $this->id) as $row) {
            $ips[] = $row['login_ip'];
        }