Created
July 27, 2016 14:23
-
-
Save baltazarparra/7efe88ea0d148e3f4067df3626929888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php foreach ($valor as $item) :?> | |
<td><?php print_r ($item); echo $item['opcao'] ?></td> | |
<?php endforeach; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment