Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1712 → Rev 1745

/trunk/jrest/lib/Cel.php
33,6 → 33,10
protected $start;
protected $limit;
 
static $referentiels_valides = array('bdtfx', 'bdtxa', 'isfan');
static $default_referentiel = 'bdtfx:v1.01';
static $fallback_referentiel = 'autre';
 
public function __construct($config) {
 
@session_start();