Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 1044 Rev 1107
Line 24... Line 24...
24
	const TAILLE_IMG_DEFAUT = 'M';
24
	const TAILLE_IMG_DEFAUT = 'M';
25
	const MIME_JPEG = 'image/jpeg';
25
	const MIME_JPEG = 'image/jpeg';
26
	const MIME_JSON = 'application/json';
26
	const MIME_JSON = 'application/json';
Line 27... Line 27...
27
 
27
 
28
	private $tpl_url_img;
28
	private $tpl_url_img;
29
	private $config = array();
29
	protected $config = array();
30
	private $cheminImagesBase = '';
30
	private $cheminImagesBase = '';
31
	private $formats_supportes = array(self::MIME_JPEG, self::MIME_JSON);
31
	private $formats_supportes = array(self::MIME_JPEG, self::MIME_JSON);
32
	private $tris_supportes = array('date');
32
	private $tris_supportes = array('date');
33
	private $retour_champs = array('determination.nom_sci' => 'nom_sel', 'determination.nom_sci.code' => 'nom_sel_nn',
33
	private $retour_champs = array('determination.nom_sci' => 'nom_sel', 'determination.nom_sci.code' => 'nom_sel_nn',