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