php class instance

38

$class = '\Foo\Bar\MyClass'; 
$instance = new $class();

Comments

Submit
0 Comments