Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 71 Rev 141
Line 16... Line 16...
16
	
16
	
17
	public function executerActionParDefaut() {
17
	public function executerActionParDefaut() {
18
		$this->executerFiche();
18
		$this->executerFiche();
Line 19... Line 19...
19
	}
19
	}
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
}