Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 151 → Rev 152

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