Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 403 Rev 409
Line 100... Line 100...
100
	}
100
	}
Line 101... Line 101...
101
	
101
	
102
//+--------------------------formatages de resultats  -------------------------------------------+
102
//+--------------------------formatages de resultats  -------------------------------------------+
103
	public function retournerResultatFormate($resultat) {
103
	public function retournerResultatFormate($resultat) {
104
		if ((count($this->ressources)) == 0) {
104
		if ((count($this->ressources)) == 0) {
105
			$table_retour_json['resultat'] = $this->formaterResultats($resultat);
105
			$table_retour_json['resultat'] = $this->formaterResultatsInformations($resultat);
106
		} else {
106
		} else {
107
			$table_retour_json = $this->formaterResultatsInformationsBDNTnn($resultat);
107
			$table_retour_json = $this->formaterResultatsInformationsBDNTnn($resultat);
108
		}
108
		}
109
		return $table_retour_json;
109
		return $table_retour_json;