Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1734 Rev 1762
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 -... Line 40...
-
 
40
 
-
 
41
	static $referentiels_valides = array('bdtfx', 'bdtxa', 'isfan');
-
 
42
	static $default_referentiel = 'bdtfx:v1.01';
-
 
43
	static $fallback_referentiel = 'autre';
40
 
44
 
Line 41... Line 45...
41
	public function __construct($config) {
45
	public function __construct($config) {
42
 
46
 
43
		@session_start();
47
		@session_start();
Line 295... Line 299...
295
			exit(0);
299
			exit(0);
296
		}
300
		}
297
		return true;
301
		return true;
298
	}
302
	}
Line 299... Line 303...
299
 
303
 
300
	public function logger($index,$chaine) {
304
	public function logger($index,$chaine = 'err') {
301
		if(!class_exists('Log')) {
305
		if(!class_exists('Log')) {
302
			Log::getInstance();
306
			Log::getInstance();
Line 303... Line 307...
303
		}
307
		}