Created
December 13, 2016 13:00
-
-
Save cedricziel/f9415fd812333ee9284a8cf3405955c8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.tx_extbase { | |
persistence { | |
classes { | |
Vendor\MyExt\Domain\Model\Address { | |
mapping { | |
tableName = tt_address | |
# optional. if you have added additional fields f.e. | |
columns { | |
tx_foo_description.mapOnProperty = description | |
tx_foo_my_other_column.mapOnProperty = unusualPropertyName | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment