Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Created March 18, 2016 05:45
Show Gist options
  • Save CB9TOIIIA/7ada59476cfb7889bb5e to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/7ada59476cfb7889bb5e to your computer and use it in GitHub Desktop.
getElement zoo
$zoo = App::getInstance('zoo');
$element = $item->getElement('aaccae40-ef6b-479c-8a2f-9f344d94d8a7');
$data = (array)$element->data();
echo "<pre>";
print_r($data);
echo "</pre>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment