Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 459 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 459 Rev 470
Line 5... Line 5...
5
	const DOSSIER_V0 = '../../../donnees/coste/0.00/';
5
	const DOSSIER_V0 = '../../../donnees/coste/0.00/';
6
	const DOSSIER_DSC_HTML = '../../../donnees/coste/descriptions/html/';
6
	const DOSSIER_DSC_HTML = '../../../donnees/coste/descriptions/html/';
7
	const DOSSIER_DSC_TXT = '../../../donnees/coste/descriptions/txt/';
7
	const DOSSIER_DSC_TXT = '../../../donnees/coste/descriptions/txt/';
8
	const DOSSIER_LOG = 'log/';
8
	const DOSSIER_LOG = 'log/';
Line 9... Line 9...
9
 
9
 
10
	private $atueurs = array();
10
	private $auteurs = array();
11
	private $dossierBase = '';
11
	private $dossierBase = '';
12
	private $conteneur = null;
12
	private $conteneur = null;
13
	private $outils = null;
13
	private $outils = null;
14
	private $messages = null;
14
	private $messages = null;
Line 90... Line 90...
90
		}
90
		}
Line 91... Line 91...
91
 
91
 
92
		$this->ecrireLogs();
92
		$this->ecrireLogs();
Line -... Line 93...
-
 
93
	}
93
	}
94
 
94
 
95
 
95
	private function chargerFichiers() {
96
	private function chargerFichiers() {
96
		$this->nomDossier = $this->dossierBase.self::DOSSIER_DSC_HTML;
97
		$this->nomDossier = $this->dossierBase.self::DOSSIER_DSC_HTML;
97
		if (file_exists($this->nomDossier) === true) {
98
		if (file_exists($this->nomDossier) === true) {