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.eventosmorfologicoscategorias.php');
class EventosMorfologicosCategoria
{
public $IdEventosMorfologicosCategoria;
public $Nombre;
public $Eliminado;
public $Estado;
public $Desde;
public $Hasta;
public $Sexo;
public $Presentacion;
public $RestaDesde;
public $RestaHasta;
public $ActivoPrecio;
public $AdherentePrecio;
public $NoSocioPrecio;
public $FechaHasta;
public $Posicion;
public $TipoAptitud;
public function __construct()
{
$this->IdEventosMorfologicosCategoria = '';
$this->Nombre = '';
$this->Eliminado = '';
$this->ActivoPrecio = '';
$this->AdherentePrecio = '';
$this->NoSocioPrecio = '';
$this->Estado = '';
$this->Desde = '';
$this->Hasta = '';
$this->Sexo = '';
$this->Presentacion = '';
$this->RestaDesde = '';
$this->RestaHasta = '';
$this->FechaHasta = '';
$this->Posicion = '';
$this->TipoAptitud = '0';
}
public function ParseFromArray(array $arr)
{
$this->IdEventosMorfologicosCategoria = $arr['IdEventosMorfologicosCategoria'];
$this->Nombre = stripslashes($arr['Nombre']);
$this->Eliminado = stripslashes($arr['Eliminado']);
$this->ActivoPrecio = stripslashes($arr['ActivoPrecio']);
$this->AdherentePrecio = stripslashes($arr['AdherentePrecio']);
$this->NoSocioPrecio = stripslashes($arr['NoSocioPrecio']);
$this->Estado = stripslashes($arr['Estado']);
$this->Desde = stripslashes($arr['Desde']);
$this->Hasta = stripslashes($arr['Hasta']);
$this->Sexo = stripslashes($arr['Sexo']);
$this->Presentacion = stripslashes($arr['Presentacion']);
$this->RestaDesde = stripslashes($arr['RestaDesde']);
$this->RestaHasta = stripslashes($arr['RestaHasta']);
$this->FechaHasta = $arr['FechaHasta'];
$this->Posicion = $arr['Posicion'];
$this->TipoAptitud = $arr['TipoAptitud'];
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat