Cheetah
Variables
post_mod_crss.php File Reference

Go to the source code of this file.

Variables

 $logged ['admin'] = member_auth( 1, true, true )
 
if(isset($_POST['crsss']) &&is_array($_POST['crsss'])) $iTotalNum = db_value( "SELECT COUNT(*) FROM `ch_crss_main` WHERE `ProfileID`>0" )
 
 $iPerPage = (int)ch_get('per_page')
 
 $iCurPage = (int)ch_get('page')
 
 $sLimitFrom = ( $iCurPage - 1 ) * $iPerPage
 
 $aSqlQuery = "LIMIT {$sLimitFrom}, {$iPerPage}"
 
 $aManage = array('medID', 'medProfId', 'medTitle', 'medUri', 'medDate', 'medViews', 'medExt', 'Approved')
 
if($iTotalNum > 0) $sHeaderValue = _t('_crss_Manager')
 
 $sCode = ($sCode == '') ? MsgBox(_t('_Empty')) : $sCode
 
 $sResult = DesignBoxAdmin($sHeaderValue, $sCode)
 
 $iNameIndex = 9
 
 $_page
 
 $_page_cont [$iNameIndex]['page_main_code'] = $sResult
 

Variable Documentation

◆ $_page

$_page
Initial value:
= array(
'name_index' => $iNameIndex,
'css_name' => array('common.css', 'forms_adv.css'),
'header' => $sHeaderValue,
'header_text' => $sHeaderValue
)

Definition at line 119 of file post_mod_crss.php.

◆ $_page_cont

$_page_cont[ $iNameIndex][ 'page_main_code'] = $sResult

Definition at line 125 of file post_mod_crss.php.

◆ $aManage

$aManage = array('medID', 'medProfId', 'medTitle', 'medUri', 'medDate', 'medViews', 'medExt', 'Approved')

Definition at line 53 of file post_mod_crss.php.

◆ $aSqlQuery

$aSqlQuery = "LIMIT {$sLimitFrom}, {$iPerPage}"

Definition at line 50 of file post_mod_crss.php.

◆ $iCurPage

$iCurPage = (int)ch_get('page')

Definition at line 46 of file post_mod_crss.php.

◆ $iNameIndex

$iNameIndex = 9

Definition at line 118 of file post_mod_crss.php.

◆ $iPerPage

$iPerPage = (int)ch_get('per_page')

Definition at line 43 of file post_mod_crss.php.

◆ $iTotalNum

if (isset( $_POST[ 'crsss']) &&is_array( $_POST[ 'crsss'])) $iTotalNum = db_value( "SELECT COUNT(*) FROM `ch_crss_main` WHERE `ProfileID`>0" )

Definition at line 40 of file post_mod_crss.php.

◆ $logged

$logged[ 'admin'] = member_auth( 1, true, true )

Definition at line 12 of file post_mod_crss.php.

◆ $sCode

$sCode = ($sCode == '') ? MsgBox(_t('_Empty')) : $sCode

Definition at line 115 of file post_mod_crss.php.

◆ $sHeaderValue

if ( $iTotalNum > 0) $sHeaderValue = _t('_crss_Manager')

Definition at line 114 of file post_mod_crss.php.

◆ $sLimitFrom

$sLimitFrom = ( $iCurPage - 1 ) * $iPerPage

Definition at line 49 of file post_mod_crss.php.

◆ $sResult

$sResult = DesignBoxAdmin($sHeaderValue, $sCode)

Definition at line 116 of file post_mod_crss.php.

$iNameIndex
$iNameIndex
Definition: post_mod_crss.php:118
$sHeaderValue
if($iTotalNum > 0) $sHeaderValue
Definition: post_mod_crss.php:114