Changeset 8385 for temp/trunk/html
- Timestamp:
- 2006/11/16 17:07:19 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/frontparts/bloc/best5.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/frontparts/bloc/best5.php
r8384 r8385 34 34 $where = "status = 1"; 35 35 $order = "rank"; 36 $objQuery->setorder($order); 36 37 37 38 $arrBestProducts = $objQuery->select($col, $from, $where); 38 39 39 sfprintr($arrBestProducts);40 41 40 return $arrBestProducts; 42 41 }
Note: See TracChangeset
for help on using the changeset viewer.
