Skip to content

Instantly share code, notes, and snippets.

@nijikokun
Created June 23, 2011 20:24
Show Gist options
  • Save nijikokun/1043542 to your computer and use it in GitHub Desktop.
Save nijikokun/1043542 to your computer and use it in GitHub Desktop.
$array = Array(
"class",
"class",
"class"
);
foreach ($array as &$value) {
$$value &= new $value();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment