connection = MySQLManager::getConnection(); } public function __destruct() { $this->connection->close(); } }