$where = array(
                "user_id = ?" => $userId,
                "loco_id = ?" => $this->id
            );