Cheetah
Variables
index.php File Reference

Go to the source code of this file.

Variables

global $_page
 
global $_page_cont
 
 $iProfileId = getLoggedId()
 
 $iIndex = 57
 
 $iPollId = ( isset($_GET['id']) ) ? (int) $_GET['id'] : 0
 
 $aPollSettings
 
 $oPoll = new ChPollModule($aModule, $aPollSettings)
 
 $_page ['name_index'] = $iIndex
 
 $sPageCaption = _t('_ch_poll_all')
 
 $_page ['header'] = $sPageCaption
 
 $_page ['header_text'] = $sPageCaption
 
 $_page ['css_name'] = 'main.css'
 
if(! $aPollSettings['action']) else
 

Variable Documentation

◆ $_page [1/5]

global $_page

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 13 of file index.php.

◆ $_page [2/5]

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

Definition at line 79 of file index.php.

◆ $_page [3/5]

$_page[ 'header'] = $sPageCaption

Definition at line 77 of file index.php.

◆ $_page [4/5]

$_page[ 'header_text'] = $sPageCaption

Definition at line 78 of file index.php.

◆ $_page [5/5]

$_page[ 'name_index'] = $iIndex

Definition at line 73 of file index.php.

◆ $_page_cont

global $_page_cont

Definition at line 14 of file index.php.

◆ $aPollSettings

$aPollSettings

Definition at line 23 of file index.php.

◆ $iIndex

$iIndex = 57

Definition at line 18 of file index.php.

◆ $iPollId

$iPollId = ( isset($_GET['id']) ) ? (int) $_GET['id'] : 0

Definition at line 20 of file index.php.

◆ $iProfileId

$iProfileId = getLoggedId()

Definition at line 16 of file index.php.

◆ $oPoll

$oPoll = new ChPollModule($aModule, $aPollSettings)

Definition at line 71 of file index.php.

◆ $sPageCaption

$sPageCaption = _t('_ch_poll_all')

Definition at line 75 of file index.php.

◆ else

if (! $aPollSettings[ 'action']) else

Definition at line 89 of file index.php.