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.provincias.php');
require_once('class.localidades.php');
require_once('class.estadosempleos.php');
class Empleo
{
public $IdEmpleo;
public $Fecha;
public $Titulo;
public $Descripcion;
public $Ubicacion;
public $Email;
public $IdEstado;
public $Estado;
public $IdProvincia;
public $IdLocalidad;
public $Provincia;
public $Localidad;
public $FechaHasta;
public function ParseFromArray(array $arr)
{
$this->IdEmpleo = $arr['IdEmpleo'];
$this->Fecha = stripslashes($arr['Fecha']);
$this->Titulo = stripslashes($arr['Titulo']);
$this->Descripcion = stripslashes($arr['Descripcion']);
$this->Email = stripslashes($arr['Email']);
$this->IdEstado = intval($arr['IdEstado']);
$this->Estado = EstadosEmpleos::GetById($arr['IdEstado']);
$this->IdProvincia = $arr['IdProvincia'];
$this->IdLocalidad = $arr['IdLocalidad'];
$this->Direccion = stripslashes($arr['Direccion']);
$this->FechaHasta = $arr['FechaHasta'];
$oProvincias = new Provincias();
$this->Provincia = $oProvincias->GetById($this->IdProvincia);
$oLocalidades = new Localidades();
$this->Localidad = $oLocalidades->GetById($this->IdLocalidad);
$this->Ubicacion = utf8_encode($this->Provincia->Nombre) . ', ' . utf8_encode($this->Localidad->Nombre) . ' - ' . stripslashes($arr['Direccion']);
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat