Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 144 → Rev 145

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