示例#1
0
 public function postpaidsuccessAction()
 {
     $this->_checkAuth();
     $userId = $this->_userInfo->userId;
     $tblOrder = new Kutu_Core_Orm_Table_Order();
     $rowset = $tblOrder->getLastOrder($userId);
     $this->view->rowset = $rowset;
     //print_r($rowset);
     unset($_SESSION['_orderIdNumber']);
     $_SESSION['jCart'] = '';
 }