Services_Weather_Metar::setMetarDB()

Services_Weather_Metar::setMetarDB()  --  Sets the parameters needed for connecting to the DB, where the location- search is fetching its data from. You need to build a DB with the external tool buildMetarDB first, it fetches the locations and airports from a NOAA-website.

Synopsis

require_once '/Weather/Metar.php';

DB_Error|bool Services_Weather_Metar::setMetarDB (string $dsn, array [$dbOptions = array()])

Beschreibung

Dieses Package ist noch nicht dokumentiert.

Parameter

string $dsn

array $dbOptions

Siehe auch

see DB::parseDSN

Fehler-Meldungen

throws DB_Error

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.