- drupal
- drupal7
Verwandte Themen
- Schema API
- A Drupal schema definition is an array structure representing one or
more tables and their related keys and indexes. A schema is defined by
hook_schema(), which usually lives in a modulename.install file.
Code
includes/database/schema.inc, line 131
<?php
public function __construct($connection) {
$this->connection = $connection;
}
?>
Kommentare
Kommentar hinzufügen