Skip to content

Instantly share code, notes, and snippets.

@baileylo
Created October 29, 2010 07:19
Show Gist options
  • Save baileylo/653078 to your computer and use it in GitHub Desktop.
Save baileylo/653078 to your computer and use it in GitHub Desktop.
<?php
foreach($class_list as $classname) {
$reflector = new ReflectionClass($classname);
$ini_config_data[strtolower($classname)] = $reflector->getFileName();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment