Cheetah
Classes | Variables
cart.php File Reference

Go to the source code of this file.

Classes

class  ChPmtCartPage
 

Variables

global $_page
 
global $_page_cont
 
global $logged
 
 $iIndex = 1
 
 $_page ['name_index'] = $iIndex
 
 $_page ['css_name'] = array()
 
 $oPayments = new ChPmtModule($aModule)
 
 $oCartPage = new ChPmtCartPage($oPayments)
 
 $_page_cont [$iIndex]['page_main_code'] = $oCartPage->getCode()
 

Variable Documentation

◆ $_page [1/3]

global $_page

Definition at line 34 of file cart.php.

◆ $_page [2/3]

$_page[ 'css_name'] = array()

Definition at line 40 of file cart.php.

◆ $_page [3/3]

$_page[ 'name_index'] = $iIndex

Definition at line 39 of file cart.php.

◆ $_page_cont [1/2]

global $_page_cont

Definition at line 35 of file cart.php.

◆ $_page_cont [2/2]

$_page_cont[ $iIndex][ 'page_main_code'] = $oCartPage->getCode()

Definition at line 46 of file cart.php.

◆ $iIndex

$iIndex = 1

Definition at line 38 of file cart.php.

◆ $logged

global $logged

Definition at line 36 of file cart.php.

◆ $oCartPage

$oCartPage = new ChPmtCartPage($oPayments)

Definition at line 45 of file cart.php.

◆ $oPayments

$oPayments = new ChPmtModule($aModule)

Definition at line 44 of file cart.php.