Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 231 Rev 257
Line 82... Line 82...
82
			$this->partages['Bdd'] = new Bdd();
82
			$this->partages['Bdd'] = new Bdd();
83
		}
83
		}
84
		return $this->partages['Bdd'];
84
		return $this->partages['Bdd'];
85
	}
85
	}
Line -... Line 86...
-
 
86
 
-
 
87
	public function getCacheSimple($options = array()) {
-
 
88
		$cache = new CacheSimple($options);
-
 
89
		return $cache;
-
 
90
	}
86
 
91
 
87
	public function getVersions() {
92
	public function getVersions() {
88
		if (!isset($this->partages['Versions'])){
93
		if (!isset($this->partages['Versions'])){
89
			$parametres = $this->getParametresUrl();
94
			$parametres = $this->getParametresUrl();
90
			$ressources = $this->getRessourcesUrl();
95
			$ressources = $this->getRessourcesUrl();