Changeset 15444


Ignore:
Timestamp:
2007/08/30 10:40:53 (17 years ago)
Author:
nanasess
Message:

リファクタリング

File:
1 edited

Legend:

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

    r15350 r15444  
    263263 
    264264                    // ページ送りの処理 
    265                     if(is_numeric($_POST['search_page_max'])) { 
     265                    if(is_num($_POST['search_page_max'])) { 
    266266                        $page_max = $_POST['search_page_max']; 
    267267                    } else { 
     
    289289                    $objQuery->setorder($order); 
    290290// 
    291 //                    // viewも絞込みをかける(mysql用) 
     291//                    // viewも絞込みをかける(mysql用) TODO 
    292292//                    sfViewWhere("&&noncls_where&&", $view_where, $arrval, $objQuery->order . " " .  $objQuery->setlimitoffset($page_max, $startno, true)); 
    293293// 
     
    301301 
    302302        // カテゴリの読込 
    303         $this->arrCatList = SC_Utils_Ex::sfGetCategoryList(); 
     303        $this->arrCatList = $objDb->sfGetCategoryList(); 
    304304        $this->arrCatIDName = $this->lfGetIDName($this->arrCatList); 
    305305 
Note: See TracChangeset for help on using the changeset viewer.