How would I get something like this to work?
$class_name = \'ClassPeer\'; $class_name::doSomething();
if you need to adjust the namespace
$call = call_user_func(array('\\App\\Models\\'.$class_name, "doSomething"));