Go to the source code of this file.
Namespaces | |
| namespace | users |
Variables | |
| $_REQUEST ['user_id'] = $gBitUser->mUserId | |
| $max_content = $gBitSystem->getConfig( 'max_records' ) | |
| $numPages = ceil( $contentList['cant'] / $gBitSystem->getConfig( 'max_records' ) ) | |
| $offset_content = ( $page - 1 ) * $gBitSystem->getConfig( 'max_records' ) | |
| $offset_content = !empty( $_REQUEST['offset'] ) ? $_REQUEST['offset'] : 0 | |
| die | |
| $numPages = ceil( $contentList['cant'] / $gBitSystem->getConfig( 'max_records' ) ) |
| $offset_content = ( $page - 1 ) * $gBitSystem->getConfig( 'max_records' ) |
| $offset_content = !empty( $_REQUEST['offset'] ) ? $_REQUEST['offset'] : 0 |
1.5.2