protected DatabaseStatementBase::__construct($dbh)
includes/database/database.inc, line 1665
<?php protected function __construct($dbh) { $this->dbh = $dbh; $this->setFetchMode(PDO::FETCH_OBJ); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen