Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 975 Rev 976
Line 19... Line 19...
19
	protected $parametres = array();
19
	protected $parametres = array();
20
	protected $ressources = array();
20
	protected $ressources = array();
21
	private $Bdd;
21
	private $Bdd;
Line 22... Line 22...
22
 
22
 
23
	const CODE_REFTAX_DEFAUT = 'bdtfx';
23
	const CODE_REFTAX_DEFAUT = 'bdtfx';
24
	const TPL_URL_IMG = 'http://www.tela-botanica.org/appli:cel-img:%s.jpg';
24
	const TPL_URL_IMG = 'http://api.tela-botanica.org/img:%s.jpg';
25
	const TAILLE_IMG_DEFAUT = 'M';
25
	const TAILLE_IMG_DEFAUT = 'M';
26
	const MIME_JPEG = 'image/jpeg';
26
	const MIME_JPEG = 'image/jpeg';
Line 27... Line 27...
27
	const MIME_JSON = 'application/json';
27
	const MIME_JSON = 'application/json';