Example #1
0
 /**
  * Load the data
  */
 private function loadData()
 {
     $this->album = FrontendGalleryModel::getAlbumById($this->data['id']);
     $this->record = FrontendGalleryModel::getImagesForAlbum($this->data['id']);
 }