Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 114 Rev 156
Line 29... Line 29...
29
	public function afficher() {
29
	public function afficher() {
30
		// Initialisation de variable
30
		// Initialisation de variable
31
		$donnees = array();
31
		$donnees = array();
Line 32... Line 32...
32
		
32
		
33
		// Récupération des infos sur les flux disponibles
33
		// Récupération des infos sur les flux disponibles
34
		$syndicationDao = $this->getModele('SyndicationDao');
34
		$syndicationDao = new SyndicationDao();
Line 35... Line 35...
35
		$donnees['syndications'] = $syndicationDao->getListeDesFlux();
35
		$donnees['syndications'] = $syndicationDao->getListeDesFlux();
36
		
36