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');
class Domador
{
public $IdDomador;
public $Nombre;
public $Apellido;
public $DocumentoNumero;
public $PuntajeFuncional;
public $PuntajeMarcha;
public function __construct()
{
$this->IdDomador = '';
$this->Nombre = '';
$this->Apellido = '';
$this->DocumentoNumero = '';
$this->PuntajeFuncional = '';
$this->PuntajeMarcha = '';
}
public function ParseFromArray(array $arr)
{
$this->IdDomador = $arr['IdDomador'];
$this->Nombre = $arr['Nombre'];
$this->Apellido = $arr['Apellido'];
$this->DocumentoNumero = $arr['DocumentoNumero'];
$this->PuntajeFuncional = $arr['PuntajeFuncional'];
$this->PuntajeMarcha = $arr['PuntajeMarcha'];
}
public function CompararPuntajeFuncional($obj1, $obj2)
{
if ($obj1->PuntajeFuncional == $obj2->PuntajeFuncional)
return 0;
else if ($obj1->PuntajeFuncional > $obj2->PuntajeFuncional)
return -1;
else
return 1;
}
public function CompararPuntajeMarcha($obj1, $obj2)
{
if ($obj1->PuntajeMarcha == $obj2->PuntajeMarcha)
return 0;
else if ($obj1->PuntajeMarcha > $obj2->PuntajeMarcha)
return -1;
else
return 1;
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat