Skip to content

Instantly share code, notes, and snippets.

@SimonS
Created June 5, 2009 12:47
Show Gist options
  • Save SimonS/124270 to your computer and use it in GitHub Desktop.
Save SimonS/124270 to your computer and use it in GitHub Desktop.
// test whether file is being called directly.
// define a class
if (strtoupper(__FILE__)==strtoupper($_SERVER['SCRIPT_FILENAME'])) {
// demonstrate class
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment