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' | |
| $_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().
1.5.2