Skip to content

Instantly share code, notes, and snippets.

@chrisboulton
Created April 18, 2010 02:19
Show Gist options
  • Save chrisboulton/369961 to your computer and use it in GitHub Desktop.
Save chrisboulton/369961 to your computer and use it in GitHub Desktop.
<?php
$this->staticClass = 'Some_Static_Class';
$staticClass = $this->staticClass;
echo $staticClass::$somevar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment