Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1279 → Rev 1280

/branches/v5.12-baouque/scripts/modules/bdtfx/Bdtfx.php
34,7 → 34,7
$this->chargerBdtfx();
$this->genererChpNomSciHtml();
$this->genererChpFamille();
$this->genererDonneesTestMultiVersion();
//$this->genererDonneesTestMultiVersion();
$this->genererChpHierarchie();
$this->genererBDTFXReduit();
break;
76,7 → 76,7
private function chargerBdtfx() {
$chemin = Config::get('chemins.bdtfx');
$table = Config::get('tables.bdtfx');
$requete = "LOAD DATA INFILE '$chemin' ".
$requete = "LOAD DATA LOCAL INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
/branches/v5.12-baouque/scripts/modules/bdtfx/bdtfx.ini
1,5 → 1,5
version="5_00"
dossierTsv = "{ref:dossierDonneesEflore}bdtfx/5.00/"
version="6_00"
dossierTsv = "{ref:dossierDonneesEflore}bdtfx/6.00/"
dossierSql = "{ref:dossierTsv}"
 
[tables]