Changeset 16428


Ignore:
Timestamp:
2007/10/15 17:12:07 (16 years ago)
Author:
naka
Message:

mtb_constantsに必要な値を追加するスクリプト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/test/naka/insertMasterData.php

    r16328 r16428  
    22    require_once("../../require.php"); 
    33    $objMasterData = new SC_DB_MasterData_Ex(); 
    4     //$objMasterData->insertMasterData("mtb_constants", "OS_TYPE", "\"WIN\"", "OS種別:WIN|LINUX"); 
    5     //$objMasterData->insertMasterData("mtb_constants", "SMTP_HOST", "\"210.188.192.18\"", "SMTPサーバ"); 
    6     //$objMasterData->insertMasterData("mtb_constants", "SMTP_PORT", "\"25\"", "SMTPポート");   
    74     
     5    $objMasterData->insertMasterData("mtb_constants", "OS_TYPE", "\"WIN\"", "OS種別:WIN|LINUX"); 
     6    $objMasterData->insertMasterData("mtb_constants", "SMTP_HOST", "\"210.188.192.18\"", "SMTPサーバ"); 
     7    $objMasterData->insertMasterData("mtb_constants", "SMTP_PORT", "\"25\"", "SMTPポート");     
    88    $objMasterData->insertMasterData("mtb_constants", "MODULE2_DIR", "\"downloads/module2/\"", "EC-CUBE2対応モジュール"); 
    99    $objMasterData->insertMasterData("mtb_constants", "MODULE2_PATH", "DATA_PATH . MODULE2_DIR", "EC-CUBE2対応モジュール"); 
    10      
    1110    $arrMasterData = $objMasterData->getMasterData("mtb_constants"); 
    1211    $objMasterData->createCache("mtb_constants", $arrMasterData, true, array("id", "remarks", "rank")); 
Note: See TracChangeset for help on using the changeset viewer.