Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 114 | Rev 145 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 114 Rev 132
Line 7... Line 7...
7
 * @category	Php 5.2
7
 * @category	Php 5.2
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
9
 * @copyright	2010 Tela-Botanica
9
 * @copyright	2010 Tela-Botanica
10
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
10
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
12
 * @version		SVN: $Id: Fiche.php 114 2010-06-28 09:49:51Z jpm $
12
 * @version		SVN: $Id: Fiche.php 132 2010-07-12 10:25:11Z jpm $
13
 */
13
 */
14
abstract class Fiche extends aControleur {
14
abstract class Fiche extends aControleur {
Line 15... Line 15...
15
	
15
	
16
	protected $structureDao = null;
16
	protected $structureDao = null;
Line 47... Line 47...
47
	}
47
	}
Line 48... Line 48...
48
	
48
	
49
	protected function traiterMetaDonnees(&$donnees) {
49
	protected function traiterMetaDonnees(&$donnees) {
50
		$meta = array();
50
		$meta = array();
-
 
51
		$meta['_guid_'] = $donnees['_guid_'];
51
		$meta['_guid_'] = $donnees['_guid_'];
52
		$meta['_guid_url_'] = $this->obtenirPermalienGuid($donnees['_guid_']);
52
		$meta['_notes_'] = $donnees['cmhl_notes'];
53
		$meta['_notes_'] = $donnees['cmhl_notes'];
53
		$meta['_source_'] = $donnees['cmhl_source'];
54
		$meta['_source_'] = $donnees['cmhl_source'];
54
		$meta['_date_modification_'] = $donnees['cmhl_date_modification'];
55
		$meta['_date_modification_'] = $donnees['cmhl_date_modification'];
55
		$meta['_modifier_par_'] = $this->obtenirNomCompletPersonne($donnees['cmhl_ce_modifier_par']);
56
		$meta['_modifier_par_'] = $this->obtenirNomCompletPersonne($donnees['cmhl_ce_modifier_par']);