\Debug::dump(class_exists($class, false));
\Debug::dump(class_exists($class));
$class = "\\Modulename\\Model_Something"; // or if you don't want to hardcode it $class = "\\".__NAMESPACE__."\\Model_Something";
It looks like you're new here. If you want to get involved, click one of these buttons!