Skip to content

Instantly share code, notes, and snippets.

@nfabre
Created October 27, 2010 12:54
Show Gist options
  • Save nfabre/648964 to your computer and use it in GitHub Desktop.
Save nfabre/648964 to your computer and use it in GitHub Desktop.
<?php
// ...
for($i=0;$i<10;$i++) {
// Afiche la valeur de l'attribut.
echo $object->{'attribut'.$i};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment