Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1057 → Rev 1058

/trunk/controleurs/aControleur.php
295,17 → 295,5
$url = $this->urlBase->getURL();
return $url;
}
 
public function obtenirCache($id) {
$retour = unserialize($this->cache->charger($id));
if ($retour == false) {
$retour = null;
}
return $retour;
}
public function mettreEnCache($id, $donnees) {
$this->cache->sauver(serialize($donnees), $id);
}
}
?>