Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1696 Rev 1793
Line 15... Line 15...
15
* @copyright Copyright (c) 1999-2014, Tela Botanica (accueil@tela-botanica.org)
15
* @copyright Copyright (c) 1999-2014, Tela Botanica (accueil@tela-botanica.org)
16
*/
16
*/
17
class ControleAcces {
17
class ControleAcces {
Line 18... Line 18...
18
 
18
 
19
	private $conteneur;
-
 
20
	private $gestionBdd;
19
	private $conteneur;
Line 21... Line 20...
21
	private $bdd;
20
	private $bdd;
22
 
21
 
23
	public function __construct($conteneur) {
-
 
24
		$this->conteneur = $conteneur;
22
	public function __construct($conteneur) {
25
		$this->gestionBdd = $conteneur->getGestionBdd();
23
		$this->conteneur = $conteneur;
Line 26... Line 24...
26
		$this->bdd = $this->gestionBdd->getBdd();
24
		$this->bdd = $this->conteneur->getBdd();
27
	}
25
	}