Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 114 Rev 153
Line 57... Line 57...
57
		$this->setSortie(self::RENDU_CORPS, $resultat);
57
		$this->setSortie(self::RENDU_CORPS, $resultat);
58
		$this->chargerPiedDePage();
58
		$this->chargerPiedDePage();
59
	}
59
	}
Line 60... Line 60...
60
	
60
	
61
	private function chargerZonesNbre(&$zones) {
61
	private function chargerZonesNbre(&$zones) {
62
		$structureDao = $this->getModele('StructureDao');
62
		$structureDao = new StructureDao();
63
		$zones_infos = $structureDao->getStructureParZoneGeo('FRD');
63
		$zones_infos = $structureDao->getStructureParZoneGeo('FRD');
64
		foreach ($zones as $id => &$infos) {
64
		foreach ($zones as $id => &$infos) {
65
			if (isset($zones_infos[$id])) {
65
			if (isset($zones_infos[$id])) {
66
				$nbre = $zones_infos[$id];
66
				$nbre = $zones_infos[$id];