Ignore:
Timestamp:
2011/03/04 21:07:21 (13 years ago)
Author:
shutta
Message:

SC_PageNaviクラスのclass_extends対応

File:
1 edited

Legend:

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

    r20484 r20491  
    318318        $linemax = $objQuery->count($table, $where, $arrVal); 
    319319        // ページ送りの取得 
    320         $objNavi = new SC_PageNavi($pageno, $linemax, $page_max, "fnNaviSearchPage2", NAVI_PMAX); 
     320        $objNavi = new SC_PageNavi_Ex($pageno, $linemax, $page_max, "fnNaviSearchPage2", NAVI_PMAX); 
    321321        // 取得範囲の指定(開始行番号、行数のセット) 
    322322        $objQuery->setLimitOffset($page_max, $objNavi->start_row); 
Note: See TracChangeset for help on using the changeset viewer.