Accueil Modules Gestion des commentaires

charger($id); $commentaires->delete(); $cache = new Cache(); $cache->vider("COMMENTAIRES", "%"); } /* if(isset($action) && $action == "valider"){ $commentaires->charger($id); $commentaires->update(); $cache = new Cache(); $cache->vider("COMMENTAIRES", "%"); } */ if(isset($action) && $action == "visualiser"){ $commentaires->charger($id); ?>
DETAIL DU COMMENTAIRE
LISTES DES COMMENTAIRES
table order by date desc"; $resul_commentaires = mysql_query($query_commentaires, $commentaires->link); $i = 0; while($row = mysql_fetch_object($resul_commentaires)){ if(!($i%2)) $fond="ligne_claire_rub"; else $fond="ligne_fonce_rub"; $i++; ?>