Changeset 10291 for temp/trunk
- Timestamp:
- 2006/12/06 12:08:55 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r10287 r10291 279 279 280 280 // view¤â¹Ê¹þ¤ß¤ò¤«¤±¤ë(mysqlÍÑ) 281 /*global $arrViewWhere;282 $arrWhere = split("[?]", $ where);281 global $arrViewWhere; 282 $arrWhere = split("[?]", $view_where); 283 283 $where_tmp = " WHERE " . $arrWhere[0]; 284 284 for($i = 1; $i < count($arrWhere); $i++){ … … 287 287 $where_tmp .= $view_where; 288 288 $arrViewWhere["&&noncls_where&&"] = $where_tmp . " " . $objQuery->order . " " . $objQuery->setlimitoffset($page_max, $startno, true); 289 */289 290 290 // ¸¡º÷·ë²Ì¤Î¼èÆÀ 291 //$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);291 $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 292 292 293 293 sfprintr(sfChangeILIKE($where));
Note: See TracChangeset
for help on using the changeset viewer.
