Current File : /home/caballoscriollos/public_html/web/library/class.geocode.php
<?php
require_once('class.db.php');
require_once('class.dbaccess.php');
require_once('class.geocodes.php');
class GeoCode
{
public $Address;
public $Lon;
public $Lat;
public function ParseFromArray(array $arr)
{
$this->Address = $arr['Address'];
$this->Lon = $arr['Lon'];
$this->Lat = $arr['Lat'];
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat