Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 768 Rev 833
Line 90... Line 90...
90
			$ethnobotanique = new Ethnobotanique($this->conteneur);
90
			$ethnobotanique = new Ethnobotanique($this->conteneur);
91
			$donnees['ethnobotanique'] = $ethnobotanique->getBloc();
91
			$donnees['ethnobotanique'] = $ethnobotanique->getBloc();
92
			$this->mettreEnCache('ethnobotanique_bloc_'.$num_nom, $donnees['ethnobotanique']);
92
			$this->mettreEnCache('ethnobotanique_bloc_'.$num_nom, $donnees['ethnobotanique']);
93
		}
93
		}
Line 94... Line -...
94
		
-
 
95
		if($cache['classification'] != null) {
-
 
96
			$donnees['classification'] = $cache['classification'];
-
 
97
		} else {
-
 
98
			$classification = new Classification($this->conteneur);
-
 
99
			$donnees['classification'] = $classification->getBloc();
-
 
100
			$this->mettreEnCache('classification_bloc_'.$num_nom, $donnees['classification']);
-
 
Line 101... Line 94...
101
		}
94
		
102
		
95
	
103
		if($cache['bibliographie'] != null) {
96
		if($cache['bibliographie'] != null) {
104
			$donnees['bibliographie'] = $cache['bibliographie'];
97
			$donnees['bibliographie'] = $cache['bibliographie'];