Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 71 Rev 141
Line 17... Line 17...
17
	public function executerActionParDefaut() {
17
	public function executerActionParDefaut() {
18
		$this->executerFiche();
18
		$this->executerFiche();
19
	}
19
	}
Line 20... Line 20...
20
	
20
	
21
	public function executerFiche() {
21
	public function executerFiche(){
22
		print_r($_GET);
22
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_accueil'));
23
	}
23
	}
24
}
24
}
25
?>
25
?>