- Timestamp:
- 2006/12/04 09:30:28 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 2 edited
-
admin/products/index.php (modified) (1 diff)
-
products/list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r10037 r10111 267 267 // ¸¡º÷·ë²Ì¤Î¼èÆÀ 268 268 $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 269 270 sfprintr($objQuery->getlastquery(false)); 269 271 270 272 break; -
temp/trunk/html/products/list.php
r10110 r10111 214 214 $objPage->arrProducts = $objQuery->select("*", "vw_products_allclass AS allcls", $where, $arrval); 215 215 216 $objQuery->getlastquery();216 sfprintr($objQuery->getlastquery(false)); 217 217 218 218 // µ¬³Ê̾°ìÍ÷
Note: See TracChangeset
for help on using the changeset viewer.
