Skip to content

Instantly share code, notes, and snippets.

@gnuget
Created August 5, 2009 18:31
Show Gist options
  • Save gnuget/162874 to your computer and use it in GitHub Desktop.
Save gnuget/162874 to your computer and use it in GitHub Desktop.
<?php
$my_field_order = getGroupOrder('field');
foreach($my_field_order as $value){
$element = get('field',$value);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment