Go to the source code of this file.
Namespaces | |
| namespace | wiki |
Variables | |
| $_REQUEST ['max_records'] = !empty( $_REQUEST['max_records'] ) ? $_REQUEST['max_records'] : 10 | |
| $_REQUEST ['content_type_guid'] = BITPAGE_CONTENT_TYPE_GUID | |
| default | $_REQUEST ['attribute'] = tra( 'Hits' ) |
| case | $_REQUEST ['attribute'] = tra( 'Hits to items by this Author' ) |
| $_REQUEST ['attribute'] = tra( 'Date of last modification' ) | |
| $rankingOptions | |
| $rankList = $gContent->getContentRanking( $_REQUEST ) | |
| case | __pad0__ |
| default | __pad1__ |
| break | |
| break | |
| break | |
| $_REQUEST['max_records'] = !empty( $_REQUEST['max_records'] ) ? $_REQUEST['max_records'] : 10 |
Definition at line 63 of file wiki/rankings.php.
| $_REQUEST['content_type_guid'] = BITPAGE_CONTENT_TYPE_GUID |
Definition at line 62 of file wiki/rankings.php.
| default $_REQUEST['attribute'] = tra( 'Hits' ) |
Definition at line 53 of file wiki/rankings.php.
| case $_REQUEST['attribute'] = tra( 'Hits to items by this Author' ) |
Definition at line 49 of file wiki/rankings.php.
| $_REQUEST['attribute'] = tra( 'Date of last modification' ) |
Definition at line 45 of file wiki/rankings.php.
| $rankingOptions |
Initial value:
array(
array(
'output' => tra( 'Most Often Viewed' ),
'value' => 'hits_desc'
),
array(
'output' => tra( 'Most Recently Modified' ),
'value' => 'last_modified_desc'
),
array(
'output' => tra( 'Most Active Authors' ),
'value' => 'top_authors'
),
)
Definition at line 25 of file wiki/rankings.php.
| $rankList = $gContent->getContentRanking( $_REQUEST ) |
Definition at line 68 of file wiki/rankings.php.
| case __pad0__ |
Definition at line 48 of file wiki/rankings.php.
| default __pad1__ |
Definition at line 52 of file wiki/rankings.php.
Definition at line 54 of file wiki/rankings.php.
Definition at line 50 of file wiki/rankings.php.
Definition at line 46 of file wiki/rankings.php.
1.5.2