=0) { $what= explode('\\', $what); $what= array_pop($what); } $dirs= Mind::$autoloadPaths; for($i=0; $idefaults['default_human_languageName'].'/'.$what.'.php'; if(file_exists($langPath)) { require_once($langPath); return true; } // cortex has a special treatment echo " [ERROR] Class not found: ".$what."\n"; return false; }