Skip to content

Instantly share code, notes, and snippets.

@fatorx
Created December 23, 2013 15:48
Show Gist options
  • Save fatorx/8099313 to your computer and use it in GitHub Desktop.
Save fatorx/8099313 to your computer and use it in GitHub Desktop.
ZF2 - Pegar um campo de um elemento Collection na view
<?php
$formCampos = $form->get('fieldset_princpal');
$collectionElement = $formCampos->get('collection_element');
?>
<?php $campoTipo = $collectionElement->getFieldsets()[0]->getElements()['nomeCampo']; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment