Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 1016 Rev 1292
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;