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

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

File:
1 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']); 
Note: See TracChangeset for help on using the changeset viewer.