prepareStatement($query); $stmt->bind_param("ssis", $this->data['user_password'], $this->data['user_password_reset_token'], $this->data['user_password_reset_expires'], $this->data['user_uuid'] ); $this->executeStatement($stmt); } }