Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 149 → Rev 150

/trunk/controleurs/Fiche.php
19,7 → 19,7
public function __construct() {
parent::__construct();
$this->structureDao = $this->getModele('StructureDao');
$this->structureDao = new StructureDao();
$this->collectionDao = new CollectionDao();
$this->personneDao = $this->getModele('PersonneDao');
}