my.php File Reference

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


Variable Documentation

$_REQUEST['user_id'] = $gBitUser->mUserId

Definition at line 45 of file my.php.

$max_content = $gBitSystem->getConfig( 'max_records' )

Definition at line 39 of file my.php.

$numPages = ceil( $contentList['cant'] / $gBitSystem->getConfig( 'max_records' ) )

Definition at line 51 of file my.php.

$offset_content = ( $page - 1 ) * $gBitSystem->getConfig( 'max_records' )

Definition at line 42 of file my.php.

$offset_content = !empty( $_REQUEST['offset'] ) ? $_REQUEST['offset'] : 0

Definition at line 40 of file my.php.

die

Definition at line 23 of file my.php.


Generated on Wed Aug 22 19:33:58 2007 for bitweaver by  doxygen 1.5.2