Skip to content

Instantly share code, notes, and snippets.

@calebbrewer
Created July 14, 2013 22:45
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 calebbrewer/5996403 to your computer and use it in GitHub Desktop.
Save calebbrewer/5996403 to your computer and use it in GitHub Desktop.
If the Gospel where written in PHP this would be the constructor function
<?php
if($believeInAdhereToAndRelyOnJesus == TRUE) {
//Run functions
loveGod();
loveOthersAsYourself();
makeDisciples();
}
else {
//Output a message and terminate the current script
die("There is no life without Jesus.");
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment