Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 146 Rev 195
Line 88... Line 88...
88
	//+----------------------------------------------------------------------------------------------------------------+
88
	//+----------------------------------------------------------------------------------------------------------------+
89
	// MÉTHODES
89
	// MÉTHODES
Line 90... Line 90...
90
	
90
	
91
	protected function envoyerRequeteConsultation($url) {
91
	protected function envoyerRequeteConsultation($url) {
92
		$url = $this->traiterUrlParametres($url);
-
 
93
		Debug::printr($url);
92
		$url = $this->traiterUrlParametres($url);
94
		$retour = $this->envoyerRequete($url, 'GET');
93
		$retour = $this->envoyerRequete($url, 'GET');
95
		return $retour;
94
		return $retour;
Line 96... Line 95...
96
	}
95
	}