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