Ignore:
Timestamp:
2007/09/03 20:18:25 (17 years ago)
Author:
nanasess
Message:

DB依存のコードを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/admin/products/LC_Page_Admin_Products.php

    r15551 r15569  
    289289 
    290290                    // 取得範囲の指定(開始行番号、行数のセット) 
    291                     if(DB_TYPE != "mysql") $objQuery->setlimitoffset($page_max, $startno); 
     291                    //                    if(DB_TYPE != "mysql") $objQuery->setlimitoffset($page_max, $startno); 
     292                    $objQuery->setlimitoffset($page_max, $startno); 
    292293                    // 表示順序 
    293294                    $objQuery->setorder($order); 
    294 // 
    295 //                    // viewも絞込みをかける(mysql用) TODO 
    296 //                    sfViewWhere("&&noncls_where&&", $view_where, $arrval, $objQuery->order . " " .  $objQuery->setlimitoffset($page_max, $startno, true)); 
    297 // 
     295 
    298296                    // 検索結果の取得 
    299297                    $this->arrProducts = $objQuery->select($col, $from, $where, $arrval); 
    300  
    301                     break; 
    302298                } 
    303299            } 
Note: See TracChangeset for help on using the changeset viewer.