Changeset 6704 for temp/trunk/html/rss
- Timestamp:
- 2006/10/25 18:02:43 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/rss/product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/rss/product.php
r6703 r6704 49 49 $arrProduct[$key]["point"] = sfPrePoint($arrProduct[$key]["price02"], $arrProduct[$key]["point_rate"], POINT_RULE, $arrProduct[$key]["product_id"]); 50 50 } 51 } 52 if($mode == "list"){ 51 }elseif($mode == "list"){ 53 52 //¾¦ÉʰìÍ÷¤ò¼èÆÀ 54 53 $arrProduct = $objQuery->getall("SELECT product_id, name AS product_name FROM dtb_products"); … … 84 83 } 85 84 86 sfprintr($arrProduct);87 exit();88 85 //ŹÊÞ¾ðÊó¤ò¥»¥Ã¥È 89 86 $objPage->arrSiteInfo = $arrSiteInfo;
Note: See TracChangeset
for help on using the changeset viewer.
