Current File : /home/caballoscriollos/public_html/espanol/library/class.provincia.php
<?php
require_once('class.db.php');
require_once('class.dbaccess.php');
class Provincia
{
public $IdProvincia;
public $IdPais;
public $Nombre;
public $PaisNombre;
public function ParseFromArray(array $arr)
{
$this->IdProvincia = $arr['IdProvincia'];
$this->IdPais = $arr['IdPais'];
$this->Nombre = stripslashes($arr['Nombre']);
$this->PaisNombre = stripslashes($arr['PaisNombre']);
}
public function GetAllUsuarios()
{
$Usuarios = new Usuarios();
return $Usuarios->GetAllByProvincia($this);
}
public function GetAllUsuariosNewsletter()
{
$Usuarios = new UsuariosNewsletter();
return $Usuarios->GetAllByProvincia($this);
}
public function GetAllDatosEmpresa()
{
$Datos = new DatosEmpresa();
return $Datos->GetAllByProvincia($this);
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat