Skip to content

Instantly share code, notes, and snippets.

@valdiney
Last active April 23, 2017 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valdiney/0fc508a2e54d516cd5792772e166cd40 to your computer and use it in GitHub Desktop.
Save valdiney/0fc508a2e54d516cd5792772e166cd40 to your computer and use it in GitHub Desktop.
html_sortable
<ul id="my_sortable">
<?php foreach ($perguntas as $pergunta):?>
<li id="<?php echo $pergunta->id;?>">
<?php echo $pergunta->nome;?>
</li>
<?php endif;?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment