[TYPO3-mvc] update an existing fe_user without editAction

Sebastian Kurfürst sebastian at typo3.org
Sun May 23 09:44:23 CEST 2010


Hey,

I think I'd call the Extbase property mapper:

$propertyMapper = t3lib_div::makeInstance('Tx_Extbase_Property_Mapper');
$propertyNamesToMap = array('firstname', 'lastname', ...);
$propertyMapper->map($propertyNamesToMap, $newUser, $existingUser);

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list