PDOStatementDecorator

Implements a wrapper around the default `\PDOStatement` class providing features required by the HotMelt ORM layer.

see
see

Methods

Initialize a statement decorator.

__construct(\PDOStatement $statement, \HotMelt\PDO $pdo) 

Arguments

$statement

\PDOStatement

The PDO statement to decorate.

$pdo

\HotMelt\PDO

The PDO to which the decorated statement belongs.