|
Cheetah
|
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 | |
| $_page |
Definition at line 119 of file post_mod_crss.php.
| $_page_cont[ $iNameIndex][ 'page_main_code'] = $sResult |
Definition at line 125 of file post_mod_crss.php.
| $aManage = array('medID', 'medProfId', 'medTitle', 'medUri', 'medDate', 'medViews', 'medExt', 'Approved') |
Definition at line 53 of file post_mod_crss.php.
| $aSqlQuery = "LIMIT {$sLimitFrom}, {$iPerPage}" |
Definition at line 50 of file post_mod_crss.php.
| $iCurPage = (int)ch_get('page') |
Definition at line 46 of file post_mod_crss.php.
| $iNameIndex = 9 |
Definition at line 118 of file post_mod_crss.php.
| $iPerPage = (int)ch_get('per_page') |
Definition at line 43 of file post_mod_crss.php.
| 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[ 'admin'] = member_auth( 1, true, true ) |
Definition at line 12 of file post_mod_crss.php.
Definition at line 115 of file post_mod_crss.php.
Definition at line 114 of file post_mod_crss.php.
| $sLimitFrom = ( $iCurPage - 1 ) * $iPerPage |
Definition at line 49 of file post_mod_crss.php.
| $sResult = DesignBoxAdmin($sHeaderValue, $sCode) |
Definition at line 116 of file post_mod_crss.php.