| Versionen | |
|---|---|
| drupal7 | protected DatabaseConnection::generateTemporaryTableName() |
Generate a temporary table name.
A table name.
includes/
<?php
protected function generateTemporaryTableName() {
return "db_temporary_" . $this->temporaryNameIndex++;
}
?>
Kommentare
Kommentar hinzufügen