Skip to content

Instantly share code, notes, and snippets.

@alefcastelo
Last active August 2, 2016 13:49
Show Gist options
  • Save alefcastelo/ad5212bdf1e8ca395ecf95fbc645a010 to your computer and use it in GitHub Desktop.
Save alefcastelo/ad5212bdf1e8ca395ecf95fbc645a010 to your computer and use it in GitHub Desktop.
<?php foreach(['Alef', 'Sara', 'Liana'] as $nome): ?>
<usuario nome="<?php print $nome ?>" />
<?php endforeach; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment