class StatementPrepared (View source)

Methods

__construct(Connection $connection, PDOStatement $statement)

Create a new event instance.

Details

__construct(Connection $connection, PDOStatement $statement)

Create a new event instance.

Parameters

Connection $connection

The database connection instance.

PDOStatement $statement

The PDO statement.