- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/test/createEcCubeCustomerData-v25.php
r22567 r22796 88 88 * EC-CUBE のテスト用会員データを生成する 89 89 */ 90 class CreateEcCubeCustomerData 91 { 90 class CreateEcCubeCustomerData { 92 91 93 92 /** SC_Query インスタンス */ … … 97 96 * コンストラクタ. 98 97 */ 99 function CreateEcCubeCustomerData() 100 { 98 function CreateEcCubeCustomerData() { 101 99 $this->objQuery = new SC_Query(); 102 100 } … … 107 105 * @return void 108 106 */ 109 function createCustomers() 110 { 107 function createCustomers() { 111 108 lfPrintLog("createCustomers START.(" . CUSTOMERS_VOLUME . " data)"); 112 109 for ($i = 0; $i < CUSTOMERS_VOLUME; $i++) { … … 162 159 163 160 /** テスト用スクリプトのログ出力関数 */ 164 function lfPrintLog($mess) 165 { 161 function lfPrintLog($mess) { 166 162 $path = DATA_REALDIR . "logs/" . basename(__FILE__, '.php') . ".log"; 167 163 GC_Utils::gfPrintLog($mess, $path);
Note: See TracChangeset
for help on using the changeset viewer.
