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/frontparts/bloc/LC_Page_FrontParts_Bloc_Recommend.php

    r20487 r20507  
    8989        $arrProduct = array(); 
    9090        // おすすめ商品取得 
    91         $objQuery = SC_Query::getSingletonInstance(); 
     91        $objQuery = SC_Query_Ex::getSingletonInstance(); 
    9292        $sql = ''; 
    9393        $sql .= ' SELECT'; 
     
    109109        if ( is_array($arrBestProducts) && count($arrBestProducts) > 0 ) { 
    110110            // 各商品の詳細情報を取得 
    111             $objQuery = SC_Query::getSingletonInstance(); 
     111            $objQuery = SC_Query_Ex::getSingletonInstance(); 
    112112            $objProduct = new SC_Product_Ex(); 
    113113            // where条件生成&セット 
Note: See TracChangeset for help on using the changeset viewer.