Changeset 10304 for temp/trunk/html
- Timestamp:
- 2006/12/06 12:43:14 (20 years ago)
- Location:
- temp/trunk/html/admin/products
- Files:
-
- 2 edited
-
product.php (modified) (1 diff)
-
product_select.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product.php
r10300 r10304 252 252 $where = "product_id = ?"; 253 253 254 // view¤â¹Ê¹þ¤ß(mysqlÂбþ) 254 255 sfViewWhere("&&noncls_where&&", $where, array($product_id)); 255 256 -
temp/trunk/html/admin/products/product_select.php
r10207 r10304 80 80 $objQuery = new SC_Query(); 81 81 // ¹Ô¿ô¤Î¼èÆÀ 82 $linemax = $objQuery->count( $from, $where, $arrval);82 $linemax = $objQuery->count("dtb_products", $where, $arrval); 83 83 $objPage->tpl_linemax = $linemax; // ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ 84 84 … … 97 97 // ¼èÆÀÈϰϤλØÄê(³«»Ï¹ÔÈֹ桢¹Ô¿ô¤Î¥»¥Ã¥È) 98 98 $objQuery->setlimitoffset($page_max, $startno); 99 100 // view¤â¹Ê¹þ¤ß¤ò¤«¤±¤ë(mysqlÍÑ) 101 sfViewWhere("&&noncls_where&&", $where, $arrval, $objQuery->order . " " . $objQuery->setlimitoffset($page_max, $startno, true)); 99 102 100 103 // ɽ¼¨½ç½ø
Note: See TracChangeset
for help on using the changeset viewer.
