Ignore:
Timestamp:
2012/02/11 05:48:00 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage_History.php

    r21441 r21481  
    4949 
    5050        $masterData             = new SC_DB_MasterData_Ex(); 
    51         $this->arrMAILTEMPLATE  = $masterData->getMasterData("mtb_mail_template"); 
     51        $this->arrMAILTEMPLATE  = $masterData->getMasterData('mtb_mail_template'); 
    5252        $this->arrPref          = $masterData->getMasterData('mtb_pref'); 
    53         $this->arrWDAY          = $masterData->getMasterData("mtb_wday"); 
    54         $this->arrProductType   = $masterData->getMasterData("mtb_product_type"); 
     53        $this->arrWDAY          = $masterData->getMasterData('mtb_wday'); 
     54        $this->arrProductType   = $masterData->getMasterData('mtb_product_type'); 
    5555   } 
    5656 
     
    9191        $this->isMultiple       = count($this->arrShipping) > 1; 
    9292        // 支払い方法の取得 
    93         $this->arrPayment       = $objDb->sfGetIDValueList("dtb_payment", "payment_id", "payment_method"); 
     93        $this->arrPayment       = $objDb->sfGetIDValueList('dtb_payment', 'payment_id', 'payment_method'); 
    9494        // 受注商品明細の取得 
    9595        $this->tpl_arrOrderDetail = $objPurchase->getOrderDetail($order_id); 
Note: See TracChangeset for help on using the changeset viewer.