Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 270 Rev 271
Line 28... Line 28...
28
	private $chemin_squelette;
28
	private $chemin_squelette;
29
	private $recherche_alphabetique;
29
	private $recherche_alphabetique;
30
	private $squelette_donnees = array();
30
	private $squelette_donnees = array();
Line 31... Line 31...
31
	
31
	
32
	public function __construct($options) {
-
 
33
		var_dump($options);
32
	public function __construct($options) {
34
		// Gestion de l'url
33
		// Gestion de l'url
35
		if (isset($options['url'])) {
34
		if (isset($options['url'])) {
36
			if ($options['url'] instanceof Url) {
35
			if ($options['url'] instanceof Url) {
37
				$this->url = $options['url'];
36
				$this->url = $options['url'];