Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 1175 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1175 Rev 1285
Line 29... Line 29...
29
	protected $graduations_id = array();
29
	protected $graduations_id = array();
30
	protected  $champs_ontologiques =  array();
30
	protected  $champs_ontologiques =  array();
31
	protected $nomGraphique = array();
31
	protected $nomGraphique = array();
Line 32... Line 32...
32
 
32
 
33
	protected $table = '';
33
	protected $table = '';
34
	protected $requete_condition = "";
34
	protected $requete_condition = [];
Line 35... Line 35...
35
	protected $requete_champs;
35
	protected $requete_champs;
36
 
36
 
37
	protected $convertisseur;
37
	protected $convertisseur;
Line 397... Line 397...
397
		$idfichier = str_replace(':','-',$idfichier);
397
		$idfichier = str_replace(':','-',$idfichier);
398
		$idfichier .= "-".$this->ressources[0];
398
		$idfichier .= "-".$this->ressources[0];
399
		return $idfichier;
399
		return $idfichier;
400
	}
400
	}
401
}
401
}
402
?>
-
 
403
402
?>
-
 
403