Changeset 1810 for temp/trunk
- Timestamp:
- 2006/08/24 19:08:24 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 4 edited
-
data/Smarty/templates/admin/products/index.tpl (modified) (previous)
-
data/Smarty/templates/admin/products/index_test.tpl (modified) (previous)
-
html/admin/products/index.php (modified) (1 diff)
-
html/admin/products/index_test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r1798 r1810 49 49 50 50 // ǧ¾Ú²ÄÈݤÎȽÄê 51 //$objSess = new SC_Session();52 //sfIsSuccess($objSess);51 $objSess = new SC_Session(); 52 sfIsSuccess($objSess); 53 53 54 54 //¥¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ -
temp/trunk/html/admin/products/index_test.php
r1809 r1810 34 34 35 35 36 $max = 30;36 $max = 100; 37 37 for($i = 0; $i < $max; $i++) { 38 38 $objPage->arrProducts[$i]['product_id'] = $i;
Note: See TracChangeset
for help on using the changeset viewer.
