Changeset 10319 for temp/trunk


Ignore:
Timestamp:
2006/12/06 13:20:36 (20 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/products/list.php

    r10317 r10319  
    196196             
    197197    // ¹Ô¿ô¤Î¼èÆÀ 
    198     //$linemax = $objQuery->count("vw_products_allclass AS allcls", $where, $arrval); 
     198    $linemax = $objQuery->count("vw_products_allclass AS allcls", $where, $arrval); 
    199199    $objPage->tpl_linemax = $linemax;   // ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ 
    200200     
     
    211211    // ɽ¼¨½ç½ø 
    212212    $objQuery->setorder($order); 
     213     
     214     
     215     
     216     
     217     
     218     
     219     
     220     
    213221    // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
    214222    $objPage->arrProducts = $objQuery->select("*", "vw_products_allclass AS allcls", $where, $arrval); 
     223     
     224     
     225    sfprintr($objQuery->getlastquery(false)); 
    215226     
    216227    // µ¬³Ê̾°ìÍ÷ 
Note: See TracChangeset for help on using the changeset viewer.