[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/class/gallery/dao/ -> galleryitemslist.class.php (source)

   1  <?php
   2  
   3      lt_include( PLOG_CLASS_PATH."class/gallery/dao/galleryresources.class.php" );
   4      lt_include( PLOG_CLASS_PATH."class/gallery/dao/galleryalbums.class.php" );
   5  
   6      /**
   7       * obtains combined lists of albums and resources, so that it can be properly
   8       * shown in the view
   9       */
  10      class GalleryItemsList 
  11      {
  12          
  13  		function GalleryItemsList()
  14          {
  15              
  16          }
  17  
  18  		function getGalleryItems( $ownerId, $albumId = GALLERY_NO_ALBUM, $resourceType = GALLEY_RESOURCE_ANY, $page = DEFAULT_PAGING_ENABLED, $itemsPerPage = DEFAULT_ITEMS_PER_PAGE )
  19          {
  20              // initialize the objects that we're going to use to get our data
  21              $albums = new GalleryAlbums();
  22              $resources = new GalleryResources();
  23  
  24          }
  25  
  26  		function getNumGalleryItems( $ownerId, $albumId = GALLERY_NO_ALBUM, $resourceType = GALLEY_RESOURCE_ANY, $page = DEFAULT_PAGING_ENABLED, $itemsPerPage = DEFAULT_ITEMS_PER_PAGE )
  27          {
  28  
  29          }
  30      }
  31  ?>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics