Skip to content

Adding another PDO Resolver

Compare
Choose a tag to compare
@burzum burzum released this 03 Sep 15:29
· 1016 commits to master since this release
a4d2d36

There was already the PdoStatementResolver, which took a PDOStatement object. Now there is another called just PdoResolver, that takes a PDO instance and a SQL string to build the statement object internally. Consider it a convenience feature. :)