Go to the source code of this file.
Namespaces | |
| namespace | blogs |
Variables | |
| $_REQUEST ['max_records'] = !empty( $_REQUEST['max_records'] ) ? $_REQUEST['max_records'] : 10 | |
| $_REQUEST ['content_type_guid'] = BITBLOGPOST_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 64 of file blogs/rankings.php.
| $_REQUEST['content_type_guid'] = BITBLOGPOST_CONTENT_TYPE_GUID |
Definition at line 63 of file blogs/rankings.php.
| default $_REQUEST['attribute'] = tra( 'Hits' ) |
Definition at line 54 of file blogs/rankings.php.
| case $_REQUEST['attribute'] = tra( 'Hits to items by this Author' ) |
Definition at line 50 of file blogs/rankings.php.
| $_REQUEST['attribute'] = tra( 'Date of last modification' ) |
Definition at line 46 of file blogs/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 26 of file blogs/rankings.php.
| $rankList = $gContent->getContentRanking( $_REQUEST ) |
Definition at line 69 of file blogs/rankings.php.
| case __pad0__ |
Definition at line 49 of file blogs/rankings.php.
| default __pad1__ |
Definition at line 53 of file blogs/rankings.php.
Definition at line 55 of file blogs/rankings.php.
Definition at line 51 of file blogs/rankings.php.
Definition at line 47 of file blogs/rankings.php.
1.5.2