Skip to content

Instantly share code, notes, and snippets.

@cedricziel
Created September 23, 2013 15:25
Show Gist options
  • Save cedricziel/6672142 to your computer and use it in GitHub Desktop.
Save cedricziel/6672142 to your computer and use it in GitHub Desktop.
Table Mapping in Extbase
config.tx_extbase {
persistence {
classes {
Vendor\MyPackage\Domain\Model\Organisation {
mapping {
columns {
tstamp.mapOnProperty = tstamp
hidden.mapOnProperty = hidden
crdate.mapOnProperty = crdate
cruser_id.mapOnProperty = cruserId
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment