- Timestamp:
- 2006/11/16 20:21:08 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 2 edited
-
cart/index.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/cart/index.php
r8415 r8416 33 33 34 34 sfprintr($_SESSION["site"]); 35 sfprintr($objCartSess->getPrevURL() ;);35 sfprintr($objCartSess->getPrevURL()); 36 36 37 37 // ¾¦ÉÊ¹ØÆþÃæ¤Ë¥«¡¼¥ÈÆâÍÆ¤¬Êѹ¹¤µ¤ì¤¿¡£ -
temp/trunk/html/index.php
r8414 r8416 19 19 $objPage = new LC_Page(); 20 20 $conn = new SC_DBConn(); 21 $objSiteSess = new SC_SiteSession(); 21 $objCartSess = new SC_CartSession(); 22 $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 22 23 23 24 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
Note: See TracChangeset
for help on using the changeset viewer.
