final class MysqliConnection
    implements ConnectionInterface

mysqli adapter implementing ConnectionInterface for ZTD layer.

This class wraps a mysqli instance and provides the minimal interface required by the ZTD session for executing queries.

Methods§

public function __construct(mysqli $mysqli)

Adapt an existing native connection for the ZTD session.

Parameters

$mysqlimysqli

Private surface 1§

Implementation details, listed for orientation only.

private mysqli $mysqli

Test cases 13§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 3
Other tests reaching this symbol 10

Relations§

Instantiated in 1