Ignore:
Timestamp:
2007/08/08 17:22:15 (17 years ago)
Author:
nanasess
Message:

CLASS_PATH 設定追加.
共通関数のクラス化対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/require.php

    r15080 r15243  
    88$include_dir = realpath(dirname( __FILE__)); 
    99require_once($include_dir . "/define.php"); 
     10if (!defined("CLASS_PATH")) { 
     11    /** クラスパス */ 
     12    define("CLASS_PATH", $include_dir . HTML2DATA_DIR . "class/"); 
     13} 
    1014require_once($include_dir . HTML2DATA_DIR. "conf/conf.php"); 
    1115require_once($include_dir . HTML2DATA_DIR . "include/module.inc"); 
    1216require_once($include_dir . HTML2DATA_DIR . "class/util_extends/GC_Utils_Ex.php"); 
    1317require_once($include_dir . HTML2DATA_DIR . "class/util_extends/SC_Utils_Ex.php"); 
     18require_once($include_dir . HTML2DATA_DIR . "class/db_extends/SC_DB_MasterData_Ex.php"); 
     19require_once($include_dir . HTML2DATA_DIR . "class/db_extends/SC_DB_DBFactory_Ex.php"); 
    1420//require_once($include_dir . HTML2DATA_DIR . "lib/glib.php"); 
    15 require_once($include_dir . HTML2DATA_DIR . "lib/slib.php"); 
     21//require_once($include_dir . HTML2DATA_DIR . "lib/slib.php"); 
    1622require_once($include_dir . HTML2DATA_DIR . "class/SC_View.php"); 
    1723require_once($include_dir . HTML2DATA_DIR . "class/SC_DbConn.php"); 
     
    3743require_once($include_dir . HTML2DATA_DIR . "class/GC_MobileEmoji.php"); 
    3844require_once($include_dir . HTML2DATA_DIR . "class/helper_extends/SC_Helper_PageLayout_Ex.php"); 
     45require_once(CLASS_PATH . "helper_extends/SC_Helper_DB_Ex.php"); 
    3946//require_once($include_dir . HTML2DATA_DIR . "include/page_layout.inc"); 
    4047 
Note: See TracChangeset for help on using the changeset viewer.