Skip to content

Instantly share code, notes, and snippets.

@daslicht
Created June 21, 2014 16:39
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 daslicht/a98210c0a16ecf74d80e to your computer and use it in GitHub Desktop.
Save daslicht/a98210c0a16ecf74d80e to your computer and use it in GitHub Desktop.
class ShipImage extends DataObject{
private static $db = [
'description' => 'Text',
'featured' => 'Boolean',
'Sort' => 'Int'
];
private static $has_one = [
'Image' => 'Image',
'ShipPage' => 'ShipPage'
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment