Skip to content

Instantly share code, notes, and snippets.

@russ
Created May 5, 2011 16:32
Show Gist options
  • Save russ/957369 to your computer and use it in GitHub Desktop.
Save russ/957369 to your computer and use it in GitHub Desktop.
<?
class MyClass {
public static $my_value;
}
MyClass::$my_value = "testing";
echo MyClass::$my_value;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment