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