list_galleries.php File Reference

Go to the source code of this file.

Namespaces

namespace  fisheye

Variables

 $_REQUEST ['root_only'] = TRUE
 $galleryList = $gFisheyeGallery->getList( $_REQUEST )
global $gBitSmarty
global $gBitSystem
 $gDefaultCenter = "bitpackage:fisheye/$template"
 $gFisheyeGallery = new FisheyeGallery()
global $gFisheyeGallery
 $numPages = ceil( $galleryList['cant'] / $gBitSystem->getConfig( 'max_records', 10 ) )
 $offset = ( $page - 1 ) * $gBitSystem->getConfig( 'max_records' )
 $offset = !empty( $_REQUEST['offset'] ) ? $_REQUEST['offset'] : 0
 $template = 'user_galleries.tpl'


Variable Documentation

$_REQUEST['root_only'] = TRUE

Definition at line 20 of file list_galleries.php.

$galleryList = $gFisheyeGallery->getList( $_REQUEST )

Definition at line 33 of file list_galleries.php.

global $gBitSmarty

Definition at line 11 of file list_galleries.php.

global $gBitSystem

required setup

Definition at line 11 of file list_galleries.php.

$gDefaultCenter = "bitpackage:fisheye/$template"

Definition at line 48 of file list_galleries.php.

$gFisheyeGallery = new FisheyeGallery()

Definition at line 17 of file list_galleries.php.

global $gFisheyeGallery

Definition at line 11 of file list_galleries.php.

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

Definition at line 42 of file list_galleries.php.

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

Definition at line 39 of file list_galleries.php.

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

Definition at line 37 of file list_galleries.php.

$template = 'user_galleries.tpl'

Definition at line 27 of file list_galleries.php.

Referenced by BitSmarty::fetch(), BitSmarty::includeSiblingPhp(), smarty_function_querytable(), and smarty_get_bitweaver_resources().


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