Subversion Repositories Applications.referentiel

Rev

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

Rev 217 Rev 218
Line 314... Line 314...
314
		return strtolower($this->meta['acronyme'].'_v'.str_replace('.', '_', $this->meta['version']));
314
		return strtolower($this->meta['acronyme'].'_v'.str_replace('.', '_', $this->meta['version']));
315
	}
315
	}
Line 316... Line 316...
316
		
316
		
317
	private function creerFichierBdntPartiel(&$donnees) {
317
	private function creerFichierBdntPartiel(&$donnees) {
318
		$this->definirChampsPartiel();
318
		$this->definirChampsPartiel();
319
		$this->creerCorrespondanceRangBdntTaxref();
319
		$this->creerCorrespondanceStatutBdntTaxref();
320
		Debug::printr(current($donnees['noms']));
320
		Debug::printr(current($donnees['noms']));
321
		$donnees['champs_partiel'] = $this->champs_nom_partiel;
321
		$donnees['champs_partiel'] = $this->champs_nom_partiel;
322
		$donnees['dernier_champ'] = end($this->champs_nom_partiel);
322
		$donnees['dernier_champ'] = end($this->champs_nom_partiel);
323
		$this->ecrireFichierBdntPartielle($donnees);
323
		$this->ecrireFichierBdntPartielle($donnees);