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.page.php');
require_once('class.chequeos.php');
class Enfermedad
{
const PathFile = '../_recursos/Enfermedads/';
public $IdEnfermedad;
public $Nombre;
public $Descripcion;
public $Sintomas;
public $Causas;
public $Diagnostico;
public $Tratamiento;
public $Imagen;
public $Chequeo;
public $Pediatrica;
public function ParseFromArray(array $arr)
{
$this->IdEnfermedad = $arr['IdEnfermedad'];
$this->Nombre = $arr['Nombre'];
$this->Descripcion = $arr['Descripcion'];
$this->Sintomas = $arr['Sintomas'];
$this->Causas = $arr['Causas'];
$this->Diagnostico = $arr['Diagnostico'];
$this->Tratamiento = $arr['Tratamiento'];
$this->Imagen = $arr['Imagen'];
$this->Chequeo = $this->GetChequeo();
$this->Pediatrica = $arr['Pediatrica'];
}
public function GetChequeo()
{
$oChequeos = new Chequeos();
return $oChequeos->GetByIdEnfermedad($this->IdEnfermedad);
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat