Пример #1
0
 protected function getAlbumImages($start)
 {
     $a = parent::getAlbumImages(0);
     return array_slice($a, ($start - 1) * getOption('images_per_page'), getOption('images_per_page'));
 }