Cheetah
Variables
searchKeywordContent.php File Reference

Go to the source code of this file.

Variables

 $bAjaxMode = ( isset( $_SERVER['HTTP_X_REQUESTED_WITH'] ) and $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' ) ? true : false
 
 $aChoice = ch_get('section')
 
 $oZ = new ChWsbSearch($aChoice)
 
 $sCode = $oZ->response()
 
 else
 

Variable Documentation

◆ $aChoice

$aChoice = ch_get('section')

Definition at line 14 of file searchKeywordContent.php.

◆ $bAjaxMode

$bAjaxMode = ( isset( $_SERVER['HTTP_X_REQUESTED_WITH'] ) and $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' ) ? true : false

Definition at line 13 of file searchKeywordContent.php.

◆ $oZ

$oZ = new ChWsbSearch($aChoice)

Definition at line 15 of file searchKeywordContent.php.

◆ $sCode

$sCode = $oZ->response()

Definition at line 16 of file searchKeywordContent.php.

◆ else

else

Definition at line 19 of file searchKeywordContent.php.