Go to the source code of this file.
Namespaces | |
| namespace | article |
Variables | |
| $_REQUEST ['max_records'] = !empty( $_REQUEST['max_records'] ) ? $_REQUEST['max_records'] : 10 | |
| $_REQUEST ['content_type_guid'] = BITARTICLE_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 58 of file articles/rankings.php.
| $_REQUEST['content_type_guid'] = BITARTICLE_CONTENT_TYPE_GUID |
Definition at line 57 of file articles/rankings.php.
| default $_REQUEST['attribute'] = tra( 'Hits' ) |
Definition at line 48 of file articles/rankings.php.
| case $_REQUEST['attribute'] = tra( 'Hits to items by this Author' ) |
Definition at line 44 of file articles/rankings.php.
| $_REQUEST['attribute'] = tra( 'Date of last modification' ) |
Definition at line 40 of file articles/rankings.php.
Referenced by LibertyContent::addHit(), batchImportUsers(), byref_set_value(), BitUser::changeUserEmail(), fisheye_process_archive(), fisheye_process_directory(), fisheye_store_upload(), gatekeeper_authenticate(), BaseAuth::getConfig(), LibertyTag::getContentList(), Shoutbox::getList(), BitEvents::getList(), PluginsLib::getParams(), BitSystem::initSmarty(), BitThemes::isAjaxRequest(), liberty_content_preview(), BitUser::login(), BitUser::logout(), multisites_content_preview(), multisites_content_store(), pigeonholes_content_preview(), pigeonholes_content_store(), BitBase::prepGetList(), BitUser::register(), BitSystem::registerPackage(), set_tab(), simple_set_int(), simple_set_toggle(), simple_set_toggle_array(), simple_set_value(), smarty_block_jstabs(), smarty_function_attachhelp(), smarty_function_sameurl(), smarty_function_smartlink(), smarty_outputfilter_highlight(), BitPermUser::storeGroup(), tags_content_preview(), toggle_preference(), translation_content_edit(), translation_content_store(), LibertyContent::verify(), and BitUser::verifyTicket().
| $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 20 of file articles/rankings.php.
| $rankList = $gContent->getContentRanking( $_REQUEST ) |
Definition at line 63 of file articles/rankings.php.
| case __pad0__ |
Definition at line 43 of file articles/rankings.php.
| default __pad1__ |
Definition at line 47 of file articles/rankings.php.
Definition at line 49 of file articles/rankings.php.
Definition at line 45 of file articles/rankings.php.
Definition at line 41 of file articles/rankings.php.
1.5.2