1 <?php
2 3 4 5 6
7 class PhotoAlbumExtentions extends Extension {
8
9
10
11 function RecentPhotos($count=1, $pageID=false) {
12 return PhotoAlbumPage::get_photos($count, $pageID);
13 }
14
15
16
17 function RandomPhotos($count=1, $pageID=false) {
18 return PhotoAlbumPage::get_photos($count, $pageID, true);
19 }
20 }
21
[Raise a SilverStripe Framework issue/bug](https://github.com/silverstripe/silverstripe-framework/issues/new)
- [Raise a SilverStripe CMS issue/bug](https://github.com/silverstripe/silverstripe-cms/issues/new)
- Please use the
Silverstripe Forums to ask development related questions.
-