Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1293 → Rev 1294

/branches/v5.12-baouque/services/modules/0.1/photoflora/Images.php
19,14 → 19,14
 
//TODO déplacer ceci dans des parametres de config
const BDD_PF = 'photoflora';
private $efph_url_photo = 'http://photoflora.free.fr/photos/%s/max/%s';
private $efph_url_photo_bb = 'http://photoflorabb.free.fr/max/%s';
private $efph_url_photo_jlt = 'http://photoflorajlt.free.fr/max/%s';
private $efph_url_photo = 'http://www.photoflora.fr/photos/%s/max/%s';
private $efph_url_photo_bb = 'http://photoflorabb.fr/max/%s';
private $efph_url_photo_jlt = 'http://photoflorajlt.fr/max/%s';
private $efph_url_photo_min = 'http://www.photoflora.fr/photos/%s/min/%s';
private $efph_url_photo_bb_min = 'http://www.photoflora.fr/photos/bb/min/%s';
private $efph_url_photo_jlt_min = 'http://www.photoflora.fr/photos/jlt/min/%s';
 
private $efph_url_photo_min = 'http://photoflora.free.fr/photos/%s/min/%s';
private $efph_url_photo_bb_min = 'http://photoflora.free.fr/photos/bb/min/%s';
private $efph_url_photo_jlt_min = 'http://photoflora.free.fr/photos/jlt/min/%s';
 
private $parametres = array();
private $ressources = array();
private $Bdd;