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