Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1712 Rev 1745
Line 31... Line 31...
31
	protected $messages = array();
31
	protected $messages = array();
32
	protected $debug = array();
32
	protected $debug = array();
33
	protected $start;
33
	protected $start;
34
	protected $limit;
34
	protected $limit;
Line -... Line 35...
-
 
35
 
-
 
36
	static $referentiels_valides = array('bdtfx', 'bdtxa', 'isfan');
-
 
37
	static $default_referentiel = 'bdtfx:v1.01';
-
 
38
	static $fallback_referentiel = 'autre';
35
 
39
 
Line 36... Line 40...
36
	public function __construct($config) {
40
	public function __construct($config) {
37
 
41
 
38
		@session_start();
42
		@session_start();