Cheetah
Variables
join.php File Reference

Go to the source code of this file.

Variables

const CH_JOIN_PAGE 1
 
if(isLogged()) $_page ['header'] = _t( '_JOIN_H' )
 
 $_page ['header_text'] = _t( '_JOIN_H' )
 
if(getParam('reg_by_inv_only')=='on' &&getID($_COOKIE['idFriend'])==0) $_page ['name_index'] = 81
 
 $_ni = $_page['name_index']
 
 $oJoinView = new ChTemplJoinPageView()
 
 $_page_cont [$_ni]['page_main_code'] = $oJoinView->getCode()
 

Variable Documentation

◆ $_ni

$_ni = $_page['name_index']

Definition at line 35 of file join.php.

◆ $_page [1/3]

if (isLogged()) $_page[ 'header'] = _t( '_JOIN_H' )

Definition at line 24 of file join.php.

◆ $_page [2/3]

$_page[ 'header_text'] = _t( '_JOIN_H' )

Definition at line 25 of file join.php.

◆ $_page [3/3]

if (getParam( 'reg_by_inv_only')=='on' &&getID( $_COOKIE[ 'idFriend'])==0) $_page[ 'name_index'] = 81

Definition at line 34 of file join.php.

◆ $_page_cont

$_page_cont[ $_ni][ 'page_main_code'] = $oJoinView->getCode()

Definition at line 38 of file join.php.

◆ $oJoinView

$oJoinView = new ChTemplJoinPageView()

Definition at line 37 of file join.php.

◆ CH_JOIN_PAGE

const CH_JOIN_PAGE 1

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 8 of file join.php.