Ignore:
Timestamp:
2012/07/02 21:04:24 (14 years ago)
Author:
pineray
Message:

SC_DB_MasterData クラスのオブジェクトを作成する際に Extends を利用するように変更.

Location:
branches/version-2_12-dev/data/class/helper
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_PageLayout.php

    r21935 r21951  
    6868 
    6969        // 該当ページのブロックを取得し, 配置する 
    70         $masterData = new SC_DB_MasterData(); 
     70        $masterData = new SC_DB_MasterData_Ex(); 
    7171        $arrTarget = $masterData->getMasterData('mtb_target'); 
    7272        $arrBlocs = $this->getBlocPositions($device_type_id, $objPage->arrPageLayout['page_id']); 
  • branches/version-2_12-dev/data/class/helper/SC_Helper_Purchase.php

    r21943 r21951  
    648648     */ 
    649649    function getDateArray($start_day, $end_day) { 
    650         $masterData = new SC_DB_MasterData(); 
     650        $masterData = new SC_DB_MasterData_Ex(); 
    651651        $arrWDAY = $masterData->getMasterData('mtb_wday'); 
    652652        //お届け可能日のスタート値がセットされていれば 
Note: See TracChangeset for help on using the changeset viewer.