Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 401 | Rev 525 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 401 Rev 500
Line 83... Line 83...
83
	}
83
	}
Line 84... Line 84...
84
 
84
 
85
	public function executerOnglet(){
85
	public function executerOnglet(){
86
		$donnees = $this->obtenirDonnees();
86
		$donnees = $this->obtenirDonnees();
87
		header('Content-type: text/html');
87
		header('Content-type: text/html');
88
		echo $this->getVue('fiche_'.$this->onglet, $donnees);
-
 
89
		exit;
88
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_'.$this->onglet, $donnees));
Line 90... Line 89...
90
	}
89
	}
91
 
90
 
92
	private function obtenirDonnees() {
91
	private function obtenirDonnees() {