Changeset 16428
- Timestamp:
- 2007/10/15 17:12:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/test/naka/insertMasterData.php
r16328 r16428 2 2 require_once("../../require.php"); 3 3 $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ポート");7 4 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ポート"); 8 8 $objMasterData->insertMasterData("mtb_constants", "MODULE2_DIR", "\"downloads/module2/\"", "EC-CUBE2対応モジュール"); 9 9 $objMasterData->insertMasterData("mtb_constants", "MODULE2_PATH", "DATA_PATH . MODULE2_DIR", "EC-CUBE2対応モジュール"); 10 11 10 $arrMasterData = $objMasterData->getMasterData("mtb_constants"); 12 11 $objMasterData->createCache("mtb_constants", $arrMasterData, true, array("id", "remarks", "rank"));
Note: See TracChangeset
for help on using the changeset viewer.