Skip to content

Instantly share code, notes, and snippets.

@kidsil
Created June 21, 2010 08:36
Show Gist options
  • Save kidsil/446587 to your computer and use it in GitHub Desktop.
Save kidsil/446587 to your computer and use it in GitHub Desktop.
$hatedstuff = array('Kohana','Mongo','CenterPiece');
foreach ($hatedstuff as $item) {
echo 'I Hate '. $item;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment