Changeset 8421 for temp/trunk
- Timestamp:
- 2006/11/17 09:16:40 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/class/SC_CartSession.php (modified) (1 diff)
-
data/include/session.inc (modified) (previous)
-
html/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CartSession.php
r8420 r8421 12 12 13 13 /* ¥³¥ó¥¹¥È¥é¥¯¥¿ */ 14 function SC_CartSession($key = 'cart' , $url = true) {14 function SC_CartSession($key = 'cart') { 15 15 sfDomainSessionStart(); 16 16 17 17 if($key == "") $key = "cart"; 18 18 $this->key = $key; 19 20 if($url){21 $this->setPrevURL($_SERVER['REQUEST_URI']);22 }23 19 } 24 20 -
temp/trunk/html/index.php
r8420 r8421 20 20 $conn = new SC_DBConn(); 21 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.
