Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
require_once('class.db.php');
require_once('class.dbaccess.php');
require_once('class.asociacionesenfermedades.php');
require_once('class.enfermedades.php');
class Asociacion
{
public $IdAsociacion;
public $Nombre;
public $IdProvincia;
public $IdLocalidad;
public $Direccion;
public $Telefono;
public $Email;
public $Web;
public $Imagen;
public $Facebook;
public $Contacto;
public $Descripcion;
public $Enfermedades;
public function ParseFromArray(array $arr)
{
$this->IdAsociacion = $arr['IdAsociacion'];
$this->Nombre = stripslashes($arr['Nombre']);
$this->IdProvincia = $arr['IdProvincia'];
$this->IdLocalidad = $arr['IdLocalidad'];
$this->Direccion = stripslashes($arr['Direccion']);
$this->Telefono = stripslashes($arr['Telefono']);
$this->Email = $arr['Email'];
$this->Web = $arr['Web'];
$this->Imagen = $arr['Imagen'];
$this->Facebook = $arr['Facebook'];
$this->Contacto = $arr['Contacto'];
$this->Descripcion = $arr['Descripcion'];
$this->Enfermedades = array();
$oAsociacionesEnfermedades = new AsociacionesEnfermedades();
$oEnfermedades = new Enfermedades();
$arr = $oAsociacionesEnfermedades->GetAll(array('IdAsociacion' => $this->IdAsociacion));
if ($arr) {
foreach ($arr as $oAE) {
$oEnfermedad = $oEnfermedades->GetById($oAE->IdEnfermedad);
$this->Enfermedades[] = $oEnfermedad;
}
}
}
public function CanDelete()
{
return true;
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat