Changeset 1762
- Timestamp:
- 2006/08/24 18:31:55 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index_test.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index_test.php
r1760 r1762 52 52 53 53 session_start(); 54 55 $max = 8; 56 for($i = 0; $i < $max; $i++) { 57 $objPage->arrProducts[] = "dummy"; 58 } 59 60 61 62 exit; 63 54 64 55 65 //¥¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ … … 257 267 //$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 258 268 */ 259 $max = 8; 260 for($i = 0; $i < $max; $i++) { 261 $objPage->arrProducts[] = "dummy"; 262 } 269 263 270 264 271 break;
Note: See TracChangeset
for help on using the changeset viewer.
