Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cedricziel
Created December 13, 2016 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cedricziel/f9415fd812333ee9284a8cf3405955c8 to your computer and use it in GitHub Desktop.
Save cedricziel/f9415fd812333ee9284a8cf3405955c8 to your computer and use it in GitHub Desktop.
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