Skip to content

Instantly share code, notes, and snippets.

@bigin
Created August 24, 2016 12:32
Show Gist options
  • Save bigin/9854f04bef62e1bbc14a919035837e2a to your computer and use it in GitHub Desktop.
Save bigin/9854f04bef62e1bbc14a919035837e2a to your computer and use it in GitHub Desktop.
$item = imanager()->getItemMapper()->init(8, 50);
// Accessing a field value
echo $item->fields->fieldname->value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment