Subversion Repositories Applications.referentiel

Rev

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

Rev 141 Rev 191
Line 19... Line 19...
19
	protected $messages = array();
19
	protected $messages = array();
20
	protected $debug = array();
20
	protected $debug = array();
21
	protected $distinct = false;
21
	protected $distinct = false;
22
	protected $orderby = null;
22
	protected $orderby = null;
23
	protected $formatRetour = 'objet';
23
	protected $formatRetour = 'objet';
24
	protected $start = 0; 
24
	protected $start = 0;
25
	protected $limit = 150;
25
	protected $limit = 150;
Line 26... Line 26...
26
	
26
	
27
	public function __construct($config, $demarrer_session = true) {
27
	public function __construct($config, $demarrer_session = true) {
28
		// Tableau contenant la config de Jrest
28
		// Tableau contenant la config de Jrest