Index: branches/feature-module-update/html/require.php
===================================================================
--- branches/feature-module-update/html/require.php	(revision 15080)
+++ branches/feature-module-update/html/require.php	(revision 15243)
@@ -8,10 +8,16 @@
 $include_dir = realpath(dirname( __FILE__));
 require_once($include_dir . "/define.php");
+if (!defined("CLASS_PATH")) {
+    /** クラスパス */
+    define("CLASS_PATH", $include_dir . HTML2DATA_DIR . "class/");
+}
 require_once($include_dir . HTML2DATA_DIR. "conf/conf.php");
 require_once($include_dir . HTML2DATA_DIR . "include/module.inc");
 require_once($include_dir . HTML2DATA_DIR . "class/util_extends/GC_Utils_Ex.php");
 require_once($include_dir . HTML2DATA_DIR . "class/util_extends/SC_Utils_Ex.php");
+require_once($include_dir . HTML2DATA_DIR . "class/db_extends/SC_DB_MasterData_Ex.php");
+require_once($include_dir . HTML2DATA_DIR . "class/db_extends/SC_DB_DBFactory_Ex.php");
 //require_once($include_dir . HTML2DATA_DIR . "lib/glib.php");
-require_once($include_dir . HTML2DATA_DIR . "lib/slib.php");
+//require_once($include_dir . HTML2DATA_DIR . "lib/slib.php");
 require_once($include_dir . HTML2DATA_DIR . "class/SC_View.php");
 require_once($include_dir . HTML2DATA_DIR . "class/SC_DbConn.php");
@@ -37,4 +43,5 @@
 require_once($include_dir . HTML2DATA_DIR . "class/GC_MobileEmoji.php");
 require_once($include_dir . HTML2DATA_DIR . "class/helper_extends/SC_Helper_PageLayout_Ex.php");
+require_once(CLASS_PATH . "helper_extends/SC_Helper_DB_Ex.php");
 //require_once($include_dir . HTML2DATA_DIR . "include/page_layout.inc");
 
