1.20.x query.inc | public Query::__wakeup() |
Implements the magic __wakeup function to reconnect to the database.
File
- includes/
database/ query.inc, line 351 - Non-specific Database query code. Used by all engines.
Class
- Query
- Base class for query builders.
Code
public function __wakeup() {
$this->connection = Database::getConnection($this->connectionTarget, $this->connectionKey);
}