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