Changeset 1752 for temp/trunk/html/admin
- Timestamp:
- 2006/08/24 18:27:25 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index_test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index_test.php
r1749 r1752 247 247 } 248 248 } 249 249 250 250 // ¼èÆÀÈϰϤλØÄê(³«»Ï¹ÔÈֹ桢¹Ô¿ô¤Î¥»¥Ã¥È) 251 251 $objQuery->setlimitoffset(10, $startno); 252 252 // ɽ¼¨½ç½ø 253 253 $objQuery->setorder($order); 254 254 255 // ¸¡º÷·ë²Ì¤Î¼èÆÀ 255 $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 256 256 //$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 257 258 for($i = 0; $i < $max; $i++) { 259 $objPage->arrProducts[] = "dummy"; 260 } 261 257 262 break; 258 263 }
Note: See TracChangeset
for help on using the changeset viewer.
