partie3 --------------- //Vidage du cache function MxClearCache($fich = '', $query = ''){ if (! $open = @opendir($this -> mXCachePath)) $this -> ErrorTracker(3, 'Can\'t open cache directory (<b>'.$this -> mXCachePath.'</b>) to clear old files.', 'MxClearCache', __FILE__, __LINE__); else { while ($fi...