---
title: "Deprecation: #78096 - Deprecated PageLayoutView::getResult with mysqli_result objects"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-78096"
source: "Changelog/8.4/Deprecation-78096-PageLayoutViewGetResultWithMysqliResultObject.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #78096 - Deprecated PageLayoutView::getResult with mysqli_result objects

See [forge#78096](https://forge.typo3.org/issues/78096)

## Description

The method `PageLayoutView::getResult` has been marked as deprecated with the usage of mysqli_result objects as first parameter.

## Impact

Using the mentioned method with a mysqli_result object will trigger a deprecation log entry.

## Affected Installations

Any TYPO3 installation using extensions which call `PageLayoutView::getResult` with mysqli_result objects.

## Migration

The extension should migrate to use the Doctrine API for database queries.
