Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 144 → Rev 145

/trunk/framework/Modele.php
74,7 → 74,7
/**
* Constructeur par défaut, appelé à l'initialisation.
*/
final public function __construct() {
public function __construct() {
// les différents paramètres nécessaires sont lus à partir du registre
$this->registre = Registre::getInstance();
$this->abstraction = strtolower(Config::get('bdd_abstraction'));