if ($stmt = $this->db->prepare($query)) {
                $stmt->bind_param("ii", $parent_id, $parent_id);

                $stmt->execute();