| Line 32... |
Line 32... |
| 32 |
public function __construct() {
|
32 |
public function __construct() {
|
| 33 |
$registre = Registre::getInstance();
|
33 |
$registre = Registre::getInstance();
|
| 34 |
$this->parametres = $registre->get('parametres');
|
34 |
$this->parametres = $registre->get('parametres');
|
| 35 |
$this->url = $this->parametres['url'];
|
35 |
$this->url = $this->parametres['url'];
|
| 36 |
// Chargement des infos du manuel technique des référentiels
|
36 |
// Chargement des infos du manuel technique des référentiels
|
| 37 |
$this->manuel = parse_ini_file(Config::get('chemin_appli').DS.'..'.DS.'configurations'.DS.'referentiel_v2.1.ini');
|
37 |
$this->manuel = parse_ini_file(Config::get('chemin_appli').DS.'..'.DS.'configurations'.DS.Config::get('manuel'));
|
| 38 |
parent::__construct();
|
38 |
parent::__construct();
|
| 39 |
}
|
39 |
}
|
| Line 40... |
Line 40... |
| 40 |
|
40 |
|
| 41 |
//+----------------------------------------------------------------------------------------------------------------+
|
41 |
//+----------------------------------------------------------------------------------------------------------------+
|