Cheetah
|
Go to the source code of this file.
Classes | |
class | ChPmtHistoryPage |
Variables | |
global | $_page |
global | $_page_cont |
global | $logged |
$iIndex = 2 | |
$_page ['name_index'] = $iIndex | |
$_page ['js_name'] = 'orders.js' | |
$_page ['css_name'] = 'orders.css' | |
$sType = '' | |
$oPayments = new ChPmtModule($aModule) | |
$oHistoryPage = new ChPmtHistoryPage($sType, $oPayments) | |
$_page_cont [$iIndex]['page_main_code'] = $oHistoryPage->getCode() | |
$_page_cont [$iIndex]['more_code'] = $oPayments->getMoreWindow() | |
$_page_cont [$iIndex]['js_code'] = $oPayments->getExtraJs('orders') | |
global $_page |
Definition at line 32 of file history.php.
$_page[ 'css_name'] = 'orders.css' |
Definition at line 39 of file history.php.
$_page[ 'js_name'] = 'orders.js' |
Definition at line 38 of file history.php.
$_page[ 'name_index'] = $iIndex |
Definition at line 37 of file history.php.
global $_page_cont |
Definition at line 33 of file history.php.
$_page_cont[ $iIndex][ 'js_code'] = $oPayments->getExtraJs('orders') |
Definition at line 51 of file history.php.
$_page_cont[ $iIndex][ 'more_code'] = $oPayments->getMoreWindow() |
Definition at line 50 of file history.php.
$_page_cont[ $iIndex][ 'page_main_code'] = $oHistoryPage->getCode() |
Definition at line 49 of file history.php.
$iIndex = 2 |
Definition at line 36 of file history.php.
global $logged |
Definition at line 34 of file history.php.
$oHistoryPage = new ChPmtHistoryPage($sType, $oPayments) |
Definition at line 48 of file history.php.
$oPayments = new ChPmtModule($aModule) |
Definition at line 47 of file history.php.
$sType = '' |
Definition at line 43 of file history.php.