Changeset 10319 for temp/trunk
- Timestamp:
- 2006/12/06 13:20:36 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/products/list.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/products/list.php
r10317 r10319 196 196 197 197 // ¹Ô¿ô¤Î¼èÆÀ 198 //$linemax = $objQuery->count("vw_products_allclass AS allcls", $where, $arrval);198 $linemax = $objQuery->count("vw_products_allclass AS allcls", $where, $arrval); 199 199 $objPage->tpl_linemax = $linemax; // ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ 200 200 … … 211 211 // ɽ¼¨½ç½ø 212 212 $objQuery->setorder($order); 213 214 215 216 217 218 219 220 213 221 // ¸¡º÷·ë²Ì¤Î¼èÆÀ 214 222 $objPage->arrProducts = $objQuery->select("*", "vw_products_allclass AS allcls", $where, $arrval); 223 224 225 sfprintr($objQuery->getlastquery(false)); 215 226 216 227 // µ¬³Ê̾°ìÍ÷
Note: See TracChangeset
for help on using the changeset viewer.
