Ignore:
Timestamp:
2011/03/04 23:24:33 (13 years ago)
Author:
shutta
Message:

SC_Queryクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/design/LC_Page_Admin_Design.php

    r20345 r20507  
    109109 
    110110        // ブロックを取得 
    111         $objQuery = SC_Query::getSingletonInstance(); 
     111        $objQuery = SC_Query_Ex::getSingletonInstance(); 
    112112        $arrBloc = $objQuery->select("*", "dtb_bloc", "device_type_id = ?", array($device_type_id)); 
    113113 
     
    355355     */ 
    356356    function lfSetPreData($arrPageData, &$objLayout){ 
    357         $objQuery = new SC_Query();     // DB操作オブジェクト 
     357        $objQuery = new SC_Query_Ex();     // DB操作オブジェクト 
    358358        $sql = "";                      // データ更新SQL生成用 
    359359        $ret = "";                      // データ更新結果格納用 
Note: See TracChangeset for help on using the changeset viewer.