Changeset 7564 for temp/trunk/html/shopping/load_payment_module.php
- Timestamp:
- 2006/11/07 09:46:40 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/shopping/load_payment_module.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/shopping/load_payment_module.php
r7563 r7564 7 7 require_once("../require.php"); 8 8 require_once(DATA_PATH . "module/Request.php"); 9 10 $objPage = new LC_Page(); 11 $objView = new SC_SiteView(); 12 $objSiteSess = new SC_SiteSession(); 13 $objCartSess = new SC_CartSession(); 14 $objSiteInfo = $objView->objSiteInfo; 15 $arrInfo = $objSiteInfo->data; 16 17 // ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 18 $objFormParam = new SC_FormParam(); 19 // ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½ 20 lfInitParam(); 21 // POSTÃͤμèÆÀ 22 $objFormParam->setParam($_POST); 23 24 // ¥¢¥¯¥»¥¹¤ÎÀµÅöÀ¤ÎȽÄê 25 $uniqid = sfCheckNormalAccess($objSiteSess, $objCartSess); 26 9 27 10 28 if($_GET['module_id'] != ""){ … … 26 44 } 27 45 28 sfprintr($_ POST);46 sfprintr($_SESSION); 29 47 30 48 ?>
Note: See TracChangeset
for help on using the changeset viewer.
