Subversion Repositories Applications.referentiel

Rev

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

Rev 52 Rev 53
Line 17... Line 17...
17
	const ORDRE_DESCENDANT = 'DESC';
17
	const ORDRE_DESCENDANT = 'DESC';
18
	const HTTP_REQUETE_SEPARATEUR = '&';
18
	const HTTP_REQUETE_SEPARATEUR = '&';
19
	protected $distinction = '0';
19
	protected $distinction = '0';
20
	protected $limite_debut = null;
20
	protected $limite_debut = null;
21
	protected $limite_nbre = null;
21
	protected $limite_nbre = null;
-
 
22
	protected $ordre = null;
22
	protected $url_jrest = null;
23
	protected $url_jrest = null;
Line 23... Line 24...
23
	
24
	
24
	public function __construct() {
25
	public function __construct() {
25
		$this->url_jrest = Config::get('url_jrest');
26
		$this->url_jrest = Config::get('url_jrest');