getClassPath('board/board.'.$className.'.php'); if (file_exists($classPath)) { $list = $adminClassLocator->createClass($classPath, $className); $list->run(); } else { $err = "Neexistující board {$type}"; throw new Exception('Neexistující board '.$type); }