Skip to content

Instantly share code, notes, and snippets.

@kidsil
Created June 22, 2010 09:43
Show Gist options
  • Save kidsil/448247 to your computer and use it in GitHub Desktop.
Save kidsil/448247 to your computer and use it in GitHub Desktop.
$hated = array('Kohana','MongoDB','CenterPiece');
foreach($hated as $item) {
echo 'I hate '.$item;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment