Skip to content

Instantly share code, notes, and snippets.

@staylor
Created April 10, 2012 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save staylor/2348180 to your computer and use it in GitHub Desktop.
Save staylor/2348180 to your computer and use it in GitHub Desktop.
I found this
<?php
$me = new Lover;
$me->partner = $you;
$me->feelings = array('adore','miss','want','love');
foreach ($feelings as $feeling) {
$me->express_feeling($feeling);
if ($you->feeling_mutual($feeling))
$me->epic_hugs($you);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment