Default implementation of DatabaseStatementInterface.
PDO allows us to extend the PDOStatement class to provide additional functionality beyond that offered by default. We do need extra functionality. By default, this class is not driver-specific. If a given driver needs to set a custom statement class, it may do so in its constructor.
@link http://us.php.net/pdostatement
includes/
Kommentare
Kommentar hinzufügen