Cheetah
Variables
index.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['aRequest'] = explode('/', $_GET['r'])
 
 $sName = process_db_input(array_shift($GLOBALS['aRequest']), CH_TAGS_STRIP)
 
 $oDb = new ChWsbModuleDb()
 
 $GLOBALS ['aModule'] = $oDb->getModuleByUri($sName)
 

Variable Documentation

◆ $GLOBALS [1/2]

$GLOBALS[ 'aModule'] = $oDb->getModuleByUri($sName)

Definition at line 21 of file index.php.

◆ $GLOBALS [2/2]

$GLOBALS[ 'aRequest'] = explode('/', $_GET['r'])

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 10 of file index.php.

◆ $oDb

$oDb = new ChWsbModuleDb()

Definition at line 20 of file index.php.

◆ $sName

$sName = process_db_input(array_shift($GLOBALS['aRequest']), CH_TAGS_STRIP)

Definition at line 18 of file index.php.