0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www
/
classes
/
[
Home
]
File: Transzone.class.php
<?php include_once(realpath(dirname(__FILE__)) . "/Baseobj.class.php"); class Transzone extends Baseobj{ var $id; var $transport; var $zone; var $table="transzone"; var $bddvars = array("id", "transport", "zone"); function Transzone(){ $this->Baseobj(); } function charger_id($id){ return $this->getVars("select * from $this->table where id=\"$id\""); } function charger($transport, $zone){ return $this->getVars("select * from $this->table where transport=\"$transport\" and zone=\"$zone\""); } } ?>
©
2018.