Cheetah
Classes | Variables
index.php File Reference

Go to the source code of this file.

Classes

class  ChWallPage
 

Variables

global $_page
 
global $_page_cont
 
 $iIndex = 1
 
 $_page ['name_index'] = $iIndex
 
 $_page ['css_name'] = 'cmts.css'
 
 $_page ['js_name'] = 'ChWsbCmts.js'
 
 $_page ['header'] = _t('_wall_page_caption')
 
 $oSubscription = ChWsbSubscription::getInstance()
 
 $oWall = new ChWallModule($aModule)
 
 $sOwnerUsername = isset($aRequest[0]) ? process_db_input($aRequest[0], CH_TAGS_STRIP) : ''
 
 $oWallPage = new ChWallPage($sOwnerUsername, $oWall)
 
 $_page_cont [$iIndex]['page_main_code'] = $oSubscription->getData() . $oWallPage->getCode()
 

Variable Documentation

◆ $_page [1/5]

global $_page

Definition at line 62 of file index.php.

◆ $_page [2/5]

$_page[ 'css_name'] = 'cmts.css'

Definition at line 67 of file index.php.

◆ $_page [3/5]

$_page[ 'header'] = _t('_wall_page_caption')

Definition at line 69 of file index.php.

◆ $_page [4/5]

$_page[ 'js_name'] = 'ChWsbCmts.js'

Definition at line 68 of file index.php.

◆ $_page [5/5]

$_page[ 'name_index'] = $iIndex

Definition at line 66 of file index.php.

◆ $_page_cont [1/2]

global $_page_cont

Definition at line 63 of file index.php.

◆ $_page_cont [2/2]

$_page_cont[ $iIndex][ 'page_main_code'] = $oSubscription->getData() . $oWallPage->getCode()

Definition at line 75 of file index.php.

◆ $iIndex

$iIndex = 1

Definition at line 65 of file index.php.

◆ $oSubscription

$oSubscription = ChWsbSubscription::getInstance()

Definition at line 71 of file index.php.

◆ $oWall

$oWall = new ChWallModule($aModule)

Definition at line 72 of file index.php.

◆ $oWallPage

$oWallPage = new ChWallPage($sOwnerUsername, $oWall)

Definition at line 74 of file index.php.

◆ $sOwnerUsername

$sOwnerUsername = isset($aRequest[0]) ? process_db_input($aRequest[0], CH_TAGS_STRIP) : ''

Definition at line 73 of file index.php.