Skip to content

Instantly share code, notes, and snippets.

@bartoszrychlicki
Created September 5, 2012 19:08
Show Gist options
  • Save bartoszrychlicki/3642757 to your computer and use it in GitHub Desktop.
Save bartoszrychlicki/3642757 to your computer and use it in GitHub Desktop.
<<<<<<< HEAD
//print_r(unserialize($form->getParent()->getData()->getValue())); die();
$view->set('contentFieldValue', unserialize($form->getParent()->getData()->getValue()));
$view->set('tableData',json_encode(unserialize($form->getParent()->getData()->getValue())));
$view->set('contentFieldId', $form->getParent()->getData()->getId());
=======
$view->set('templateIndex', $form->getParent()->getData()->getTemplateIndex());
$view->set('tableData', json_encode($form->getData()->getValue()));
>>>>>>> 159f53e1e4629cc11b631b0a79daea77edef4579
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment