get('Lib_Path'); $class_path = $app_lib_path . DS . $class_name . '.class.php'; if (file_exists($class_path)) { return require_once($class_path); } } } } }