[TYPO3-english] Re: extbase create/update @dontvalidate

Viktor Livakivskyi invisible.kinder at gmail.com
Wed Apr 1 12:50:50 CEST 2015


Hi, Christian 

 > In my EXT I have some fields which are not representet directly in the 
> database as there are:
> 
> image0, image1 and imagecaption0, imagecaption1

If I get your problme correctly, you may prepend an underscore to these fields in your domain model and then PropertyMapper will skip them:
e.g.
$_image0 is not checked by PropertyMapper
$image0 is checked by PropertMapper


More information about the TYPO3-english mailing list