Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2150 Rev 2163
Line 36... Line 36...
36
	protected $messages = array();
36
	protected $messages = array();
37
	protected $debug = array();
37
	protected $debug = array();
38
	protected $start;
38
	protected $start;
39
	protected $limit;
39
	protected $limit;
Line 40... Line 40...
40
 
40
 
41
	static $referentiels_valides = array('bdtfx', 'bdtxa', 'isfan', 'bdtao');
41
	static $referentiels_valides = array('bdtfx', 'bdtxa', 'isfan', 'apd');
42
	static $default_referentiel = 'bdtfx';
42
	static $default_referentiel = 'bdtfx';
Line 43... Line 43...
43
	static $fallback_referentiel = 'autre';
43
	static $fallback_referentiel = 'autre';
44
 
44