Ignore:
Timestamp:
2011/03/07 12:25:01 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/require_classes.php

    r20507 r20534  
    2222 */ 
    2323 
    24 require_once(CLASS_EX_REALDIR . "util_extends/GC_Utils_Ex.php"); 
    25 require_once(CLASS_EX_REALDIR . "util_extends/SC_Utils_Ex.php"); 
    26 require_once(CLASS_EX_REALDIR . "db_extends/SC_DB_MasterData_Ex.php"); 
    27 require_once(CLASS_EX_REALDIR . "db_extends/SC_DB_DBFactory_Ex.php"); 
    28 require_once(CLASS_EX_REALDIR . "SC_View_Ex.php"); 
    29 require_once(CLASS_EX_REALDIR . "SC_AdminView_Ex.php"); 
    30 require_once(CLASS_EX_REALDIR . "SC_SiteView_Ex.php"); 
    31 require_once(CLASS_EX_REALDIR . "SC_UserView_Ex.php"); 
    32 require_once(CLASS_EX_REALDIR . "SC_InstallView_Ex.php"); 
    33 require_once(CLASS_EX_REALDIR . "SC_MobileView_Ex.php"); 
    34 require_once(CLASS_EX_REALDIR . "SC_SmartphoneView_Ex.php"); 
    35 require_once(CLASS_EX_REALDIR . "SC_Session_Ex.php"); 
    36 require_once(CLASS_EX_REALDIR . "SC_Query_Ex.php"); 
    37 require_once(CLASS_EX_REALDIR . "SC_SelectSql_Ex.php"); 
    38 require_once(CLASS_EX_REALDIR . "SC_CheckError_Ex.php"); 
    39 require_once(CLASS_EX_REALDIR . "SC_PageNavi_Ex.php"); 
    40 require_once(CLASS_EX_REALDIR . "SC_Date_Ex.php"); 
    41 require_once(CLASS_EX_REALDIR . "SC_Image_Ex.php"); 
    42 require_once(CLASS_EX_REALDIR . "SC_UploadFile_Ex.php"); 
    43 require_once(CLASS_EX_REALDIR . "SC_SendMail_Ex.php"); 
    44 require_once(CLASS_EX_REALDIR . "SC_FormParam_Ex.php"); 
    45 require_once(CLASS_EX_REALDIR . "SC_CartSession_Ex.php"); 
    46 require_once(CLASS_EX_REALDIR . "SC_SiteSession_Ex.php"); 
    47 require_once(CLASS_EX_REALDIR . "SC_Customer_Ex.php"); 
    48 require_once(CLASS_EX_REALDIR . "SC_CustomerList_Ex.php"); 
    49 require_once(CLASS_EX_REALDIR . "SC_Cookie_Ex.php"); 
    50 require_once(CLASS_EX_REALDIR . "SC_MobileUserAgent_Ex.php"); 
    51 require_once(CLASS_EX_REALDIR . "SC_SmartphoneUserAgent_Ex.php"); 
    52 require_once(CLASS_EX_REALDIR . "SC_MobileEmoji_Ex.php"); 
    53 require_once(CLASS_EX_REALDIR . "SC_MobileImage_Ex.php"); 
    54 require_once(CLASS_EX_REALDIR . "SC_Product_Ex.php"); 
     24require_once CLASS_EX_REALDIR . 'util_extends/GC_Utils_Ex.php'; 
     25require_once CLASS_EX_REALDIR . 'util_extends/SC_Utils_Ex.php'; 
     26require_once CLASS_EX_REALDIR . 'db_extends/SC_DB_MasterData_Ex.php'; 
     27require_once CLASS_EX_REALDIR . 'db_extends/SC_DB_DBFactory_Ex.php'; 
     28require_once CLASS_EX_REALDIR . 'SC_View_Ex.php'; 
     29require_once CLASS_EX_REALDIR . 'SC_AdminView_Ex.php'; 
     30require_once CLASS_EX_REALDIR . 'SC_SiteView_Ex.php'; 
     31require_once CLASS_EX_REALDIR . 'SC_UserView_Ex.php'; 
     32require_once CLASS_EX_REALDIR . 'SC_InstallView_Ex.php'; 
     33require_once CLASS_EX_REALDIR . 'SC_MobileView_Ex.php'; 
     34require_once CLASS_EX_REALDIR . 'SC_SmartphoneView_Ex.php'; 
     35require_once CLASS_EX_REALDIR . 'SC_Session_Ex.php'; 
     36require_once CLASS_EX_REALDIR . 'SC_Query_Ex.php'; 
     37require_once CLASS_EX_REALDIR . 'SC_SelectSql_Ex.php'; 
     38require_once CLASS_EX_REALDIR . 'SC_CheckError_Ex.php'; 
     39require_once CLASS_EX_REALDIR . 'SC_PageNavi_Ex.php'; 
     40require_once CLASS_EX_REALDIR . 'SC_Date_Ex.php'; 
     41require_once CLASS_EX_REALDIR . 'SC_Image_Ex.php'; 
     42require_once CLASS_EX_REALDIR . 'SC_UploadFile_Ex.php'; 
     43require_once CLASS_EX_REALDIR . 'SC_SendMail_Ex.php'; 
     44require_once CLASS_EX_REALDIR . 'SC_FormParam_Ex.php'; 
     45require_once CLASS_EX_REALDIR . 'SC_CartSession_Ex.php'; 
     46require_once CLASS_EX_REALDIR . 'SC_SiteSession_Ex.php'; 
     47require_once CLASS_EX_REALDIR . 'SC_Customer_Ex.php'; 
     48require_once CLASS_EX_REALDIR . 'SC_CustomerList_Ex.php'; 
     49require_once CLASS_EX_REALDIR . 'SC_Cookie_Ex.php'; 
     50require_once CLASS_EX_REALDIR . 'SC_MobileUserAgent_Ex.php'; 
     51require_once CLASS_EX_REALDIR . 'SC_SmartphoneUserAgent_Ex.php'; 
     52require_once CLASS_EX_REALDIR . 'SC_MobileEmoji_Ex.php'; 
     53require_once CLASS_EX_REALDIR . 'SC_MobileImage_Ex.php'; 
     54require_once CLASS_EX_REALDIR . 'SC_Product_Ex.php'; 
    5555require_once CLASS_EX_REALDIR . 'SC_Response_Ex.php'; 
    56 require_once(CLASS_EX_REALDIR . "SC_Display_Ex.php"); 
    57 require_once(CLASS_EX_REALDIR . "helper_extends/SC_Helper_PageLayout_Ex.php"); 
    58 require_once(CLASS_EX_REALDIR . "helper_extends/SC_Helper_DB_Ex.php"); 
    59 require_once(CLASS_EX_REALDIR . "helper_extends/SC_Helper_Mail_Ex.php"); 
    60 require_once(CLASS_EX_REALDIR . "helper_extends/SC_Helper_Mobile_Ex.php"); 
    61 require_once(CLASS_EX_REALDIR . "helper_extends/SC_Helper_Purchase_Ex.php"); 
    62 require_once(CLASS_EX_REALDIR . "helper_extends/SC_Helper_Plugin_Ex.php"); 
    63 require_once(CLASS_EX_REALDIR . "helper_extends/SC_Helper_Customer_Ex.php"); 
     56require_once CLASS_EX_REALDIR . 'SC_Display_Ex.php'; 
     57require_once CLASS_EX_REALDIR . 'helper_extends/SC_Helper_PageLayout_Ex.php'; 
     58require_once CLASS_EX_REALDIR . 'helper_extends/SC_Helper_DB_Ex.php'; 
     59require_once CLASS_EX_REALDIR . 'helper_extends/SC_Helper_Mail_Ex.php'; 
     60require_once CLASS_EX_REALDIR . 'helper_extends/SC_Helper_Mobile_Ex.php'; 
     61require_once CLASS_EX_REALDIR . 'helper_extends/SC_Helper_Purchase_Ex.php'; 
     62require_once CLASS_EX_REALDIR . 'helper_extends/SC_Helper_Plugin_Ex.php'; 
     63require_once CLASS_EX_REALDIR . 'helper_extends/SC_Helper_Customer_Ex.php'; 
    6464?> 
Note: See TracChangeset for help on using the changeset viewer.