class QueryDebugger extends Plugin

Query debugger, prints executed queries to the debug log.

The debugger will only run if BOTH the application and the database connection are in debug mode.

Methods

beforeQuery(Event $event, Pdo $connection)

No description

Details

at line 18
beforeQuery(Event $event, Pdo $connection)

Parameters

Event $event
Pdo $connection