module_path, $component, $component); if(!file_exists($class_file)) return new Object(-1, sprintf(Context::getLang('msg_component_is_not_founded'), $component)); require_once($class_file); $eval_str = sprintf('$oComponent = new %s("%s");', $component, $upload_target_srl); @eval($eval_str); if(!$oComponent) return new Object(-1, sprintf(Context::getLang('msg_component_is_not_founded'), $component)); return $oComponent; } } ?>