[TYPO3-mvc] Changed fields
Zalán Somogyváry
zalan at gmx.net
Thu Jul 7 17:05:30 CEST 2011
Hi list.
is there a possiblity in extbase to find out which fields changed in a form when trying to update?
Example:
class SomeObject {
protected $name;
protected $title;
protected $otherAttribute;
}
public function updateAction($someObject){
// find out if $name changed in $someObject
// when update form was sent.
}
Best regars,
Zalán Somogyváry
Lg,
Zalán Somogyváry
More information about the TYPO3-project-typo3v4mvc
mailing list