Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1527 Rev 1550
Line 28... Line 28...
28
	private $ressources;
28
	private $ressources;
29
	protected $parametres = array();
29
	protected $parametres = array();
30
	protected $bdd;
30
	protected $bdd;
31
	protected $messages = array();
31
	protected $messages = array();
32
	protected $debug = array();
32
	protected $debug = array();
-
 
33
	protected $start;
-
 
34
	protected $limit;
Line 33... Line 35...
33
 
35
 
Line 34... Line 36...
34
	public function __construct($config) {
36
	public function __construct($config) {
35
 
37